aboutsummaryrefslogtreecommitdiff
path: root/security/pwauth/files/patch-pwauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/pwauth/files/patch-pwauth.c')
-rw-r--r--security/pwauth/files/patch-pwauth.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pwauth/files/patch-pwauth.c b/security/pwauth/files/patch-pwauth.c
new file mode 100644
index 000000000000..669ad82fa182
--- /dev/null
+++ b/security/pwauth/files/patch-pwauth.c
@@ -0,0 +1,11 @@
+--- pwauth.c.orig Thu Oct 14 10:23:59 2004
++++ pwauth.c Thu Oct 14 10:24:11 2004
+@@ -141,7 +141,7 @@
+ #ifdef UNIX_LASTLOG
+ #define NEED_UID
+ #include <utmp.h>
+-#include <lastlog.h>
++//#include <lastlog.h>
+ #ifndef UT_LINESIZE
+ #define UT_LINESIZE 8
+ #endif