summaryrefslogtreecommitdiff
path: root/games/bzflag/files/patch-common.h
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-12 00:28:05 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-12 00:28:05 +0000
commit5ab279640f9b6510d7a1687b4ebf34fbfa141e28 (patch)
tree40391b5bc80d43cde5dfb24da71a2e84600b7037 /games/bzflag/files/patch-common.h
parentNo need to remove lib/X11/config, it's a standard directory. (diff)
Add bzflag, a multiplayer 3D tank battle game.
Notes
Notes: svn path=/head/; revision=31546
Diffstat (limited to 'games/bzflag/files/patch-common.h')
-rw-r--r--games/bzflag/files/patch-common.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/bzflag/files/patch-common.h b/games/bzflag/files/patch-common.h
new file mode 100644
index 000000000000..109e3ce95fdd
--- /dev/null
+++ b/games/bzflag/files/patch-common.h
@@ -0,0 +1,14 @@
+--- include/common.h.orig Sun Sep 12 21:37:57 1999
++++ include/common.h Sat Aug 12 01:17:34 2000
+@@ -76,8 +76,10 @@
+
+ #if !defined(_WIN32)
+
++#include <sys/param.h>
++#if !defined(BSD)
+ #include <values.h>
+-#include <sys/types.h>
++#endif
+
+ #if defined(__linux) || (defined(__sgi) && !defined(__INTTYPES_MAJOR))
+ typedef u_int16_t uint16_t;