Remove bogus declaration of calloc() that broke the build. Test, folks,

test!
This commit is contained in:
Jordan K. Hubbard 1997-09-26 06:25:42 +00:00
parent ba6f0e79c2
commit e6adffb4b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29866

View File

@ -302,7 +302,6 @@ double arctan();
char *saywhat();
struct ship *closestenemy();
char *calloc();
char *rindex();
char *strcpy();
char *strcat();