Remove bogus time() prototype and let the one in time.h rule.

This commit is contained in:
John Birrell 1998-05-09 11:00:50 +00:00
parent 5c76d795ab
commit d62b710a47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35887

View file

@ -57,7 +57,6 @@ extern char Somebetter[];
extern char Nobetter[];
/* library functions and system calls */
extern long time();
extern char *getlogin();
extern char *getpass();
extern char *strchr();