summaryrefslogtreecommitdiff
path: root/net/sup/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/sup/files/patch-aa')
-rw-r--r--net/sup/files/patch-aa20
1 files changed, 15 insertions, 5 deletions
diff --git a/net/sup/files/patch-aa b/net/sup/files/patch-aa
index 751e69ba0188..70e49e6f50ff 100644
--- a/net/sup/files/patch-aa
+++ b/net/sup/files/patch-aa
@@ -1318,10 +1318,20 @@ diff -c /var/tmp/sup/sup.h sup/sup.h
/* version 3 compatability */
diff -c /var/tmp/sup/supcdefs.h sup/supcdefs.h
*** supcdefs.h Thu Aug 11 06:24:45 1994
---- sup/supcdefs.h Thu Apr 6 15:32:42 1995
+--- supcdefs.h Sun May 30 22:13:40 1999
+***************
+*** 98,104 ****
+ extern int errno;
+ extern uid_t getuid();
+ extern gid_t getgid();
+- extern long time();
+
+ extern int PGMVERSION;
+
+--- 98,103 ----
***************
*** 118,123 ****
---- 118,124 ----
+--- 117,123 ----
char *Clogin; /* remote login name */
char *Cpswd; /* remote password */
char *Ccrypt; /* data encryption key */
@@ -1350,7 +1360,7 @@ diff -c /var/tmp/sup/supcdefs.h sup/supcdefs.h
/*************************
*** M A C R O S ***
---- 127,146 ----
+--- 126,145 ----
};
typedef struct collstruct COLLECTION;
@@ -1380,7 +1390,7 @@ diff -c /var/tmp/sup/supcdefs.h sup/supcdefs.h
! void goaway __P((char *fmt,...));
! void notify __P((char *fmt,...));
#endif
---- 151,157 ----
+--- 150,156 ----
* C prototypes
*/
#if __STDC__
@@ -2832,7 +2842,7 @@ diff -c /var/tmp/sup/vprintf.c sup/vprintf.c
+ * SUCH DAMAGE.
+ *
+ * from: "@(#)daemon.c 5.3 (Berkeley) 12/28/90
-+ * $Id: patch-aa,v 1.2 1995/08/14 08:57:27 gibbs Exp $
++ * $Id: patch-aa,v 1.3 1998/09/23 05:13:55 imp Exp $
+ */
+
+ #if defined(LIBC_SCCS) && !defined(lint)