aboutsummaryrefslogtreecommitdiff
path: root/games/xevil/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-05-05 23:42:52 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-05-05 23:42:52 +0000
commit2cf78b38c38f3ecb67a466b13c2d8c8c4440368e (patch)
tree215a37e0416f66450408fecba5036920b8bfb9d2 /games/xevil/files
parent7f2e4959e2feacd4b2d2707c0f532c806110b4a0 (diff)
Notes
Diffstat (limited to 'games/xevil/files')
-rw-r--r--games/xevil/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xevil/files/patch-aa b/games/xevil/files/patch-aa
new file mode 100644
index 000000000000..7417a7af7ca8
--- /dev/null
+++ b/games/xevil/files/patch-aa
@@ -0,0 +1,19 @@
+*** main.C~ Wed Feb 8 21:31:58 1995
+--- main.C Sat May 6 00:16:24 1995
+***************
+*** 49,55 ****
+
+
+ // Defines
+! #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC)
+
+
+ #ifdef SELECT_NEEDS_PROTOTYPES
+--- 49,55 ----
+
+
+ // Defines
+! #define MSEC_PER_CLOCK 8 //(1.0e3 / CLOCKS_PER_SEC)
+
+
+ #ifdef SELECT_NEEDS_PROTOTYPES