freebsd-ports/games/wolfpack/files/patch-ae
Chris D. Faulhaber 3263364474 Update port to 4.2.8
PR:		23605
Submitted by:	Maintainer
2000-12-19 01:17:36 +00:00

14 lines
352 B
Text

--- src/lib/lwp/sem.c.orig Sat Dec 16 18:54:39 2000
+++ src/lib/lwp/sem.c Sat Dec 16 18:55:01 2000
@@ -20,7 +20,11 @@
* Imperial College of Science, Technology and Medicine, 180 Queen's
* Gate, London SW7 2BZ, England.
*/
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <string.h>
#include "lwp.h"