freebsd-ports/games/antipolix/files/patch-ae
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
307 B
Text

--- server.c Thu Aug 3 22:29:37 1995
+++ /home/andy/tmp/wrk/server.c Wed Dec 2 21:04:18 1998
@@ -9,7 +9,11 @@
#include <math.h>
#include <memory.h>
#include <signal.h>
+#ifdef __FreeBSD__
+#include <limits.h>
+#else
#include <values.h>
+#endif
#include "messages.h"
#include "creation.h"