diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-26 17:59:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-26 17:59:09 +0000 |
commit | 5da4a4b23bf8c684e2696837aaaa5550ef3e85d4 (patch) | |
tree | 13030c0ae002daddc6ac1a39e5c994bfe0129d06 /net/pfinger | |
parent | f00d6ff033a4db6e8856b4974992e242be4b937a (diff) | |
download | ports-5da4a4b23bf8c684e2696837aaaa5550ef3e85d4.tar.gz ports-5da4a4b23bf8c684e2696837aaaa5550ef3e85d4.zip |
include sys/types.h
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=50584
Diffstat (limited to 'net/pfinger')
-rw-r--r-- | net/pfinger/files/patch-src::utmplib.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/pfinger/files/patch-src::utmplib.c b/net/pfinger/files/patch-src::utmplib.c new file mode 100644 index 000000000000..85f0c288d98f --- /dev/null +++ b/net/pfinger/files/patch-src::utmplib.c @@ -0,0 +1,10 @@ +--- src/utmplib.c.orig Tue Nov 27 01:52:39 2001 ++++ src/utmplib.c Tue Nov 27 01:53:08 2001 +@@ -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> |