summaryrefslogtreecommitdiffstats
path: root/games/xtux/files/patch-src_common_timing.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/xtux/files/patch-src_common_timing.c')
-rw-r--r--games/xtux/files/patch-src_common_timing.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xtux/files/patch-src_common_timing.c b/games/xtux/files/patch-src_common_timing.c
new file mode 100644
index 0000000..4317790
--- /dev/null
+++ b/games/xtux/files/patch-src_common_timing.c
@@ -0,0 +1,15 @@
+--- src/common/timing.c.orig Mon Feb 17 12:10:07 2003
++++ src/common/timing.c Thu May 15 20:03:11 2003
+@@ -1,6 +1,12 @@
+ #include <sys/time.h>
+ #include <unistd.h>
++#include <sys/param.h>
++#if __FreeBSD_version >= 500000
+ #include <stdint.h>
++#else
++#include <limits.h>
++#define INT32_MAX INT_MAX
++#endif
+ #include "timing.h"
+
+ static msec_t tvtol(struct timeval t);
OpenPOWER on IntegriCloud