diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-12-14 00:24:56 +0800 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-12-14 00:24:56 +0800 |
commit | fbeccbd557245c6bae6f9160fc222baf1a356b3a (patch) | |
tree | 8293659e0f7f5719bc1994cc932b96a94c5d72b1 /net | |
parent | e212804bcd89b9bd4cbee88b71bf062a7ffeebc2 (diff) | |
download | freebsd-ports-gnome-fbeccbd557245c6bae6f9160fc222baf1a356b3a.tar.gz freebsd-ports-gnome-fbeccbd557245c6bae6f9160fc222baf1a356b3a.tar.zst freebsd-ports-gnome-fbeccbd557245c6bae6f9160fc222baf1a356b3a.zip |
makescan does not return int.
Diffstat (limited to 'net')
-rw-r--r-- | net/sup/files/patch-ab | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/net/sup/files/patch-ab b/net/sup/files/patch-ab index 508451ef10ca..218db5f9d380 100644 --- a/net/sup/files/patch-ab +++ b/net/sup/files/patch-ab @@ -74,8 +74,8 @@ The "system" flag .I -s -*** scan.c.orig Sun Dec 10 14:45:57 1995 ---- scan.c Sun Dec 10 14:46:26 1995 +*** scan.c.orig Mon Dec 11 23:52:54 1995 +--- scan.c Wed Dec 13 08:15:36 1995 *************** *** 183,189 **** static omitanyone(); @@ -168,11 +168,7 @@ static *************** -*** 396,409 **** - } - - static -! makescan (listfile,scanfile) +*** 400,409 **** char *listfile,*scanfile; { listT = NULL; @@ -183,11 +179,7 @@ } static ---- 410,424 ---- - } - - static -! int makescan (listfile,scanfile) +--- 414,424 ---- char *listfile,*scanfile; { listT = NULL; @@ -254,7 +246,6 @@ (void) sprintf (tname,"%s.temp",fname); scanF = fopen (tname,"w"); --- 959,964 ---- -*** supscan.c.orig Fri Aug 20 17:46:35 1993 --- supscan.c Sun Dec 10 15:44:22 1995 *************** *** 25,40 **** |