summaryrefslogtreecommitdiff
path: root/security/pwauth/files/patch-pwauth.c
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-10-30 12:01:22 +0000
committerClement Laforet <clement@FreeBSD.org>2005-10-30 12:01:22 +0000
commit7eeae06ea41ccdb94e7223252a8b77579cba08f5 (patch)
tree504c8ff1b44cecc44444b6695c0c8aec8b95e805 /security/pwauth/files/patch-pwauth.c
parent- Update to 3.3 (diff)
- Update to 2.3.1
- Avoid patching Makefile [1] Submitted by: vs [1]
Diffstat (limited to 'security/pwauth/files/patch-pwauth.c')
-rw-r--r--security/pwauth/files/patch-pwauth.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pwauth/files/patch-pwauth.c b/security/pwauth/files/patch-pwauth.c
deleted file mode 100644
index 669ad82fa182..000000000000
--- a/security/pwauth/files/patch-pwauth.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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