remove some conflicting decls

This commit is contained in:
David D. Zuhn 1993-08-02 19:18:38 +00:00
parent c178776de4
commit 19d06401a4
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Aug 2 12:18:03 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
* hosts/sun3.h: remove some more conflicting decls
Mon Aug 2 11:48:23 1993 Stu Grossman (grossman at cygnus.com)
* i386lynx.c: Remove unnecessary def of N_HEADER_IN_TEXT,

View File

@ -34,7 +34,6 @@ extern char *memchr();
extern char *strrchr();
extern int chmod();
extern int fstat();
extern int sscanf();
extern int stat();
extern int strtol();
#ifndef DONTDECLARE_MALLOC
@ -46,7 +45,6 @@ extern char *strrchr();
extern char *ctime();
extern int _flsbuf();
extern int fclose();
extern int time();
extern int utimes();
extern int vfprintf();
extern long atol();