Removed some explicit (and wrong) redeclarations of system
authordtrg <none@none>
Sun, 25 Feb 2007 20:58:16 +0000 (20:58 +0000)
committerdtrg <none@none>
Sun, 25 Feb 2007 20:58:16 +0000 (20:58 +0000)
functions.

util/amisc/anm.c
util/amisc/astrip.c
util/led/scan.c

index d5ad815..24c15c3 100644 (file)
@@ -96,8 +96,6 @@ char **argv;
 }
 
 extern int rd_unsigned2();
-extern long lseek();
-extern char *strncpy();
 
 process(fd)
        int     fd;
index bdf4eb0..e96617a 100644 (file)
@@ -40,8 +40,6 @@ char **argv;
        exit(status);
 }
 
-extern long lseek();
-
 strip(name)
 char *name;
 {
index 383e0d7..a870f8e 100644 (file)
@@ -29,7 +29,6 @@ static char rcsid[] = "$Id$";
 #define IND_DBUG(x)    (IND_RELO(x) + sizeof(ind_t))
 #endif /* SYMDBUG */
 
-extern long    lseek();
 extern char    *core_alloc();
 extern bool    incore;
 extern int     infile;