diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-20 03:46:26 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-20 03:46:26 +0000 |
| commit | 194f992f1a27f6d4ecd67f735979160ae0c2e9de (patch) | |
| tree | 3a91c907df79a50b4b607484f1dac7595cd0784f /net/pfinger/files/patch-src::utmplib.c | |
| parent | New Port: rexima (diff) | |
upgrade to 0.7.10
drop maintainership
Diffstat (limited to 'net/pfinger/files/patch-src::utmplib.c')
| -rw-r--r-- | net/pfinger/files/patch-src::utmplib.c | 6 |
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> |
