From 84d199451cf33734003c00c043a1480920f5563b Mon Sep 17 00:00:00 2001 From: Pasha Date: Thu, 29 Feb 2024 19:30:30 +0000 Subject: initial commit --- patches/shadow/shadow-utmp.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/shadow/shadow-utmp.patch (limited to 'patches/shadow') 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 + #include + #include ++#include + #include "defines.h" + #include "prototypes.h" + #ifdef ENABLE_SUBIDS -- cgit v1.2.1