gentoo-ebuilds/app-misc/screen/files/screen-5.0.0-utmp-musl.patch
Norbert Norbiros dda0a11781
app-misc/screen: add 5.0.0
[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>
2025-04-01 00:08:01 +01:00

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>