diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-18 22:57:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-18 22:57:42 +0000 |
commit | 89add757ee4200ca392189edc2fcf0a3bc854c89 (patch) | |
tree | c707265b200909aca7ad41df52e3c05c4ec8f997 /security/super/files | |
parent | 561b8c343b0ef9b0025236451ca286106f125443 (diff) | |
download | ports-89add757ee4200ca392189edc2fcf0a3bc854c89.tar.gz ports-89add757ee4200ca392189edc2fcf0a3bc854c89.zip |
Notes
Diffstat (limited to 'security/super/files')
-rw-r--r-- | security/super/files/patch-06 | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/security/super/files/patch-06 b/security/super/files/patch-06 index 861c8eeaf2c8..552b9a406102 100644 --- a/security/super/files/patch-06 +++ b/security/super/files/patch-06 @@ -1,7 +1,7 @@ ---- localsys.h.orig Tue Apr 7 01:55:28 1998 -+++ localsys.h Thu Nov 19 00:17:50 1998 -@@ -13,14 +13,14 @@ - * func_type funcname __P((arglist)); +--- localsys.h.orig Mon Feb 15 02:27:37 1999 ++++ localsys.h Thu Feb 18 11:09:40 1999 +@@ -13,13 +13,13 @@ + * func_type funcname P__((arglist)); */ -#include "config.h" @@ -11,27 +11,8 @@ #include <fcntl.h> #include <pwd.h> #include <grp.h> - -+#include "config.h" + ++#include "config.h" + #ifdef HAVE_UNISTD_H #include <unistd.h> - #endif -@@ -192,7 +192,7 @@ - #endif - - #ifndef _SVR4_SOURCE --#ifndef Digital_UNIX -+#if !(defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103))) - extern int gethostname __P((char *, size_t size)); - #endif - #endif -@@ -254,7 +254,7 @@ - #endif - - /* type returned by setgrent() */ --#ifdef Digital_UNIX -+#if defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103)) - typedef int SETGRENT_T; - #else - typedef void SETGRENT_T; |