diff --git a/util/amisc/anm.c b/util/amisc/anm.c index d5ad81597..24c15c329 100644 --- a/util/amisc/anm.c +++ b/util/amisc/anm.c @@ -96,8 +96,6 @@ char **argv; } extern int rd_unsigned2(); -extern long lseek(); -extern char *strncpy(); process(fd) int fd; diff --git a/util/amisc/astrip.c b/util/amisc/astrip.c index bdf4eb0b0..e96617abf 100644 --- a/util/amisc/astrip.c +++ b/util/amisc/astrip.c @@ -40,8 +40,6 @@ char **argv; exit(status); } -extern long lseek(); - strip(name) char *name; { diff --git a/util/led/scan.c b/util/led/scan.c index 383e0d70f..a870f8e05 100644 --- a/util/led/scan.c +++ b/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;