From 040151dd76a33eeb54efcc58fe4310e386205ea0 Mon Sep 17 00:00:00 2001 From: dtrg Date: Sun, 25 Feb 2007 20:58:16 +0000 Subject: [PATCH] Removed some explicit (and wrong) redeclarations of system functions. --- util/amisc/anm.c | 2 -- util/amisc/astrip.c | 2 -- util/led/scan.c | 1 - 3 files changed, 5 deletions(-) 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; -- 2.34.1