Skip to content

Commit 040151d

Browse files
author
dtrg
committed
Removed some explicit (and wrong) redeclarations of system
functions.
1 parent 9170d09 commit 040151d

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

util/amisc/anm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ char **argv;
9696
}
9797

9898
extern int rd_unsigned2();
99-
extern long lseek();
100-
extern char *strncpy();
10199

102100
process(fd)
103101
int fd;

util/amisc/astrip.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ char **argv;
4040
exit(status);
4141
}
4242

43-
extern long lseek();
44-
4543
strip(name)
4644
char *name;
4745
{

util/led/scan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ static char rcsid[] = "$Id$";
2929
#define IND_DBUG(x) (IND_RELO(x) + sizeof(ind_t))
3030
#endif /* SYMDBUG */
3131

32-
extern long lseek();
3332
extern char *core_alloc();
3433
extern bool incore;
3534
extern int infile;

0 commit comments

Comments
 (0)