summaryrefslogtreecommitdiff
path: root/net/pfinger/files/patch-src::utmplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/pfinger/files/patch-src::utmplib.c')
-rw-r--r--net/pfinger/files/patch-src::utmplib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pfinger/files/patch-src::utmplib.c b/net/pfinger/files/patch-src::utmplib.c
index 85f0c288d98f..aabfdf62f837 100644
--- a/net/pfinger/files/patch-src::utmplib.c
+++ b/net/pfinger/files/patch-src::utmplib.c
@@ -1,10 +1,10 @@
---- src/utmplib.c.orig Tue Nov 27 01:52:39 2001
-+++ src/utmplib.c Tue Nov 27 01:53:08 2001
+--- src/utmplib.c.orig Mon Jan 20 11:42:57 2003
++++ src/utmplib.c Mon Jan 20 11:43:05 2003
@@ -32,6 +32,7 @@
#if !defined(HAVE_SETUTENT) && !defined (HAVE_UTMPX_H)
+#include <sys/types.h>
- #include <syslog.h>
#include <time.h> /* Don't ask... */
#include <utmp.h>
+ #include <fcntl.h>