summaryrefslogtreecommitdiff
path: root/net/sup/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/sup/files/patch-ac')
-rw-r--r--net/sup/files/patch-ac27
1 files changed, 22 insertions, 5 deletions
diff --git a/net/sup/files/patch-ac b/net/sup/files/patch-ac
index 9c8a3dd25b49..1da07266614d 100644
--- a/net/sup/files/patch-ac
+++ b/net/sup/files/patch-ac
@@ -32,7 +32,7 @@ retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scan.c 1995/12/26 05:10:59 1.3
+++ scan.c 1996/09/24 08:08:11 1.4
-@@ -104,8 +110,8 @@
+@@ -93,8 +93,8 @@
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
@@ -42,7 +42,16 @@ diff -u -r1.3 -r1.4
#include "sup.h"
/*************************
-@@ -714,7 +720,7 @@
+@@ -165,8 +165,6 @@
+ extern int trace; /* trace directories */
+ extern int newonly; /* new files only */
+
+-extern long time();
+-
+ /*************************************************
+ *** STATIC R O U T I N E S ***
+ *************************************************/
+@@ -703,7 +701,7 @@
char *name;
int always;
{
@@ -137,7 +146,7 @@ retrieving revision 1.6
diff -u -r1.4 -r1.6
--- supfilesrv.c 1996/02/06 19:03:58 1.4
+++ supfilesrv.c 1996/09/24 08:43:04 1.6
-@@ -268,7 +288,6 @@
+@@ -254,7 +254,6 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/file.h>
@@ -145,7 +154,15 @@ diff -u -r1.4 -r1.6
#if MACH
#include <sys/ioctl.h>
#endif
-@@ -1233,6 +1252,7 @@
+@@ -277,7 +276,6 @@
+ #endif /* lint */
+
+ extern int errno;
+-long time ();
+ uid_t getuid ();
+
+ int maxchildren;
+@@ -1218,6 +1216,7 @@
register int fdtmp;
char sys_com[STRINGLENGTH], temp_file[STRINGLENGTH], rcs_file[STRINGLENGTH];
union wait status;
@@ -153,7 +170,7 @@ diff -u -r1.4 -r1.6
char *uconvert(),*gconvert();
int sendfile ();
-@@ -1300,15 +1320,54 @@
+@@ -1285,15 +1284,54 @@
#endif
if (fd == -1) {
if (docompress) {