mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 05:30:50 +00:00
[sam: Note that it's masked given https://lists.gnu.org/archive/html/screen-devel/2024-10/msg00007.html.] Closes: https://bugs.gentoo.org/935755 Signed-off-by: Norbert Norbiros <norbiros@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40916 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
No EOL
227 B
Diff
13 lines
No EOL
227 B
Diff
|
|
Patch from: https://github.com/void-linux/void-packages/commit/0f6da07
|
|
|
|
--- a/utmp.c
|
|
+++ b/utmp.c
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include "utmp.h"
|
|
|
|
+#include <signal.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|