diff options
author | jb <jb@FreeBSD.org> | 1998-05-09 11:00:50 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-09 11:00:50 +0000 |
commit | 0c487350e516ac158d6c981e38d8bcd7f3854ebd (patch) | |
tree | 5a630bb6fcdf3a0754d4d3e0fa1cb5df7437c60c /games/phantasia | |
parent | a0da8cd03483b4b7a999a28d28ec040c125da69b (diff) | |
download | FreeBSD-src-0c487350e516ac158d6c981e38d8bcd7f3854ebd.zip FreeBSD-src-0c487350e516ac158d6c981e38d8bcd7f3854ebd.tar.gz |
Remove bogus time() prototype and let the one in time.h rule.
Diffstat (limited to 'games/phantasia')
-rw-r--r-- | games/phantasia/phantglobs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/phantasia/phantglobs.h b/games/phantasia/phantglobs.h index 4a10cc9..b0b64bd 100644 --- a/games/phantasia/phantglobs.h +++ b/games/phantasia/phantglobs.h @@ -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(); |