From: dtrg Date: Sun, 25 Feb 2007 20:58:16 +0000 (+0000) Subject: Removed some explicit (and wrong) redeclarations of system X-Git-Tag: release-6-0-pre-1~4 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=040151dd76a33eeb54efcc58fe4310e386205ea0;p=ack.git Removed some explicit (and wrong) redeclarations of system functions. --- 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;