Browse Source

Removed some explicit (and wrong) redeclarations of system
functions.

dtrg 17 years ago
parent
commit
f07522680d
3 changed files with 0 additions and 5 deletions
  1. 0 2
      util/amisc/anm.c
  2. 0 2
      util/amisc/astrip.c
  3. 0 1
      util/led/scan.c

+ 0 - 2
util/amisc/anm.c

@@ -96,8 +96,6 @@ char **argv;
 }
 
 extern int rd_unsigned2();
-extern long lseek();
-extern char *strncpy();
 
 process(fd)
 	int	fd;

+ 0 - 2
util/amisc/astrip.c

@@ -40,8 +40,6 @@ char **argv;
 	exit(status);
 }
 
-extern long lseek();
-
 strip(name)
 char *name;
 {

+ 0 - 1
util/led/scan.c

@@ -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;