diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-05-08 01:43:47 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-05-08 01:43:47 +0000 |
commit | 3e15ab29677984e178e2522d90dba86b06e4c5eb (patch) | |
tree | fe6b680e7be19bbc5b48f0abe5f893d406712b1f /sysutils/xloadface | |
parent | 1d69328a6248c8ecf3c4ba1ebbac4620a0662406 (diff) | |
download | FreeBSD-ports-3e15ab29677984e178e2522d90dba86b06e4c5eb.zip FreeBSD-ports-3e15ab29677984e178e2522d90dba86b06e4c5eb.tar.gz |
Modify include files to compile on 3.1-STABLE.
Found by: bento
Diffstat (limited to 'sysutils/xloadface')
-rw-r--r-- | sysutils/xloadface/files/patch-07 | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/sysutils/xloadface/files/patch-07 b/sysutils/xloadface/files/patch-07 index ab4805d..894bd2e 100644 --- a/sysutils/xloadface/files/patch-07 +++ b/sysutils/xloadface/files/patch-07 @@ -1,6 +1,23 @@ ---- alive.h.orig Fri Mar 15 08:49:43 1991 -+++ alive.h Fri Dec 6 14:27:44 1996 -@@ -31,7 +31,7 @@ +--- alive.h.orig Sat Mar 16 01:49:43 1991 ++++ alive.h Fri May 7 23:36:11 1999 +@@ -1,15 +1,10 @@ + #include <stdio.h> ++#include <sys/types.h> + + #include <protocols/rwhod.h> + +-#include <sys/types.h> +-#ifdef SYSV + #include <dirent.h> + typedef struct dirent Directory; +-#else +-#include <sys/dir.h> +-typedef struct direct Directory; +-#endif + + #include <sys/file.h> + #include "gmac.h" +@@ -31,7 +26,7 @@ #define SSIZE sizeof(u_short) #define LSIZE sizeof(u_long) |