freebsd-ports/games/antipolix/files/patch-ab
Seiichirou Hiraoka aadf6ff1df PR: ports/8959
Submitted by:	andy@icc.surw.chel.su
Initial Import antipolix.
This game is played in a parallelepipede containing PxNxN little cubes.
1998-12-05 17:08:12 +00:00

14 lines
322 B
Text

--- client.c Thu Aug 3 22:29:37 1995
+++ /home/andy/tmp/wrk/client.c Wed Dec 2 21:05:02 1998
@@ -5,7 +5,11 @@
#include <stdlib.h>
#include <netdb.h>
#include <stdio.h>
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <string.h>
#include <unistd.h>
#include <signal.h>