fseek and ftell are declared correctly in <stdio.h>; do not redeclare
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Tue, 5 Feb 1991 09:34:52 +0000 (01:34 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Tue, 5 Feb 1991 09:34:52 +0000 (01:34 -0800)
SCCS-vsn: usr.bin/uucp/libuu/anlwrk.c 5.8

usr/src/usr.bin/uucp/libuu/anlwrk.c

index 66950ed..5e05294 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)anlwrk.c   5.7     (Berkeley) %G%";
+static char sccsid[] = "@(#)anlwrk.c   5.8     (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -17,7 +17,6 @@ static char sccsid[] = "@(#)anlwrk.c  5.7     (Berkeley) %G%";
 
 int Nfiles = 0;
 char Filent[LLEN][NAMESIZE];
 
 int Nfiles = 0;
 char Filent[LLEN][NAMESIZE];
-long fseek(), ftell();
 extern int TransferSucceeded;
 
 /*LINTLIBRARY*/
 extern int TransferSucceeded;
 
 /*LINTLIBRARY*/