diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-25 11:10:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-25 11:10:52 +0000 |
commit | 0f91c7bcb450ff36182a8885cd8e76ff03e63e3f (patch) | |
tree | 7600e03679427f98f22e255aaaaa64791faa2aba /x11/rxvt | |
parent | 1ac09f1f90a4dfe3c5d00dd62b836e7de836a1f2 (diff) | |
download | ports-0f91c7bcb450ff36182a8885cd8e76ff03e63e3f.tar.gz ports-0f91c7bcb450ff36182a8885cd8e76ff03e63e3f.zip |
Notes
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/files/patch-ab | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/x11/rxvt/files/patch-ab b/x11/rxvt/files/patch-ab index 9497eb28e985..4b6d96b4720a 100644 --- a/x11/rxvt/files/patch-ab +++ b/x11/rxvt/files/patch-ab @@ -1,12 +1,19 @@ --- ./src/utmp.c.org Thu Jan 23 10:46:02 1997 +++ ./src/utmp.c Thu Apr 24 15:20:49 1997 -@@ -84,6 +84,9 @@ +@@ -80,6 +80,8 @@ + #include <stdio.h> + #include <string.h> + ++#include <sys/types.h> ++ + #ifdef HAVE_UTMPX_H # include <utmpx.h> # define USE_SYSV_UTMP - #else -+# if defined(__FreeBSD__) && __FreeBSD__ >= 3 -+# include <sys/types.h> -+# endif - # include <utmp.h> - # ifdef HAVE_SETUTENT - # define USE_SYSV_UTMP +@@ -90,7 +92,6 @@ + # endif + #endif + +-#include <sys/types.h> + #include <sys/stat.h> + + #ifdef TIME_WITH_SYS_TIME |