freebsd-ports/games/spider/files/patch-ad
2002-09-29 09:27:16 +00:00

11 lines
241 B
Text

--- globals.h.orig Sun Sep 29 02:26:08 2002
+++ globals.h Sun Sep 29 02:26:23 2002
@@ -96,6 +96,8 @@
Bool can_get_help_files();
#endif
+#ifndef __FreeBSD__
extern char *malloc();
extern char *calloc();
extern char *realloc();
+#endif