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

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();