From e6adffb4b313f9a6d856cecd8a9f8fbaed2f4c35 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 26 Sep 1997 06:25:42 +0000 Subject: [PATCH] Remove bogus declaration of calloc() that broke the build. Test, folks, test! --- games/sail/externs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/games/sail/externs.h b/games/sail/externs.h index 3b158769dcc..9cc84d8fa08 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();