summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-09-26 06:25:42 +0000
committerjkh <jkh@FreeBSD.org>1997-09-26 06:25:42 +0000
commitfac1bc9849ae1889e0cb9b40de0921d076888090 (patch)
treececbdc701989a133e595a2a17cbd2dc72bd97658 /games
parentc6ca8e33872157f013643433f990e00d33fcf938 (diff)
downloadFreeBSD-src-fac1bc9849ae1889e0cb9b40de0921d076888090.zip
FreeBSD-src-fac1bc9849ae1889e0cb9b40de0921d076888090.tar.gz
Remove bogus declaration of calloc() that broke the build. Test, folks,
test!
Diffstat (limited to 'games')
-rw-r--r--games/sail/externs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/sail/externs.h b/games/sail/externs.h
index 3b15876..9cc84d8 100644
--- a/games/sail/externs.h
+++ b/games/sail/externs.h
@@ -302,7 +302,6 @@ double arctan();
char *saywhat();
struct ship *closestenemy();
-char *calloc();
char *rindex();
char *strcpy();
char *strcat();
OpenPOWER on IntegriCloud