1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/games/spider/files/patch-ad
2002-09-29 09:27:16 +00:00

12 lines
241 B
Plaintext

--- 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