freebsd-ports/games/wolfpack/files/patch-ab
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
304 B
Text

--- src/lib/lwp/lwp.c.orig Sat Dec 16 22:53:35 2000
+++ src/lib/lwp/lwp.c Sat Dec 16 22:54:05 2000
@@ -23,7 +23,11 @@
#include <stdio.h>
#include <signal.h>
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <string.h>
#include "lwp.h"
#include "lwpint.h"