summaryrefslogtreecommitdiff
path: root/games/wolfpack/files/patch-ab
blob: ecd4e0c1a68424701b5f490d101083b90e37a28e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u -r ./include/misc.h ../emp4.patched/include/misc.h
--- ./include/misc.h	Wed Nov 18 10:12:29 1998
+++ ../emp4.patched/include/misc.h	Tue Oct 26 10:55:54 1999
@@ -181,7 +181,7 @@
 extern	char *calloc();
 #endif
 #else
-#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(FBSD)
+#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(__FreeBSD__)
 extern	char *malloc();
 extern	char *calloc();
 #endif