diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-26 06:25:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-26 06:25:42 +0000 |
commit | fac1bc9849ae1889e0cb9b40de0921d076888090 (patch) | |
tree | cecbdc701989a133e595a2a17cbd2dc72bd97658 /games/sail | |
parent | c6ca8e33872157f013643433f990e00d33fcf938 (diff) | |
download | FreeBSD-src-fac1bc9849ae1889e0cb9b40de0921d076888090.zip FreeBSD-src-fac1bc9849ae1889e0cb9b40de0921d076888090.tar.gz |
Remove bogus declaration of calloc() that broke the build. Test, folks,
test!
Diffstat (limited to 'games/sail')
-rw-r--r-- | games/sail/externs.h | 1 |
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(); |