aboutsummaryrefslogtreecommitdiff
path: root/patches/shadow
diff options
context:
space:
mode:
authorPasha <pasha@member.fsf.org>2024-02-29 19:30:30 +0000
committerPasha <pasha@member.fsf.org>2024-02-29 19:30:30 +0000
commit84d199451cf33734003c00c043a1480920f5563b (patch)
tree4655f03b3637184bfb363b4e86d376756e85c9e3 /patches/shadow
downloadcross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.gz
cross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.bz2
initial commit
Diffstat (limited to 'patches/shadow')
-rw-r--r--patches/shadow/shadow-utmp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/shadow/shadow-utmp.patch b/patches/shadow/shadow-utmp.patch
new file mode 100644
index 0000000..db5e479
--- /dev/null
+++ b/patches/shadow/shadow-utmp.patch
@@ -0,0 +1,11 @@
+diff -Naur build-i686/native/shadow-4.14.2.copy/lib/user_busy.c src/shadow-4.14.2/lib/user_busy.c
+--- shadow-4.14.2.copy/lib/user_busy.c 2023-11-27 23:37:31.067406127 -0500
++++ shadow-4.14.2/lib/user_busy.c 2023-11-27 23:37:08.507284180 -0500
+@@ -17,6 +17,7 @@
+ #include <dirent.h>
+ #include <fcntl.h>
+ #include <unistd.h>
++#include <utmp.h>
+ #include "defines.h"
+ #include "prototypes.h"
+ #ifdef ENABLE_SUBIDS