aboutsummaryrefslogtreecommitdiffstats
path: root/games/spider/files/patch-ad
blob: 1f8abcba60ab3ce8f3871dccd9a32eb7b2217179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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