summaryrefslogtreecommitdiff
path: root/games/exchess/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/exchess/patches/patch-ab')
-rw-r--r--games/exchess/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/exchess/patches/patch-ab b/games/exchess/patches/patch-ab
new file mode 100644
index 00000000000..03a4dd1f356
--- /dev/null
+++ b/games/exchess/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/10/25 08:40:00 jlam Exp $
+
+--- chess.h.orig Sat Feb 19 11:28:46 2000
++++ chess.h
+@@ -86,7 +86,7 @@
+ // Structure for position in the opening book
+
+ struct book_rec {
+- unsigned __int64 pos_code; // position hash code
++ u_int64_t pos_code; // position hash code
+ int score; // score for position
+ int gambit; // flag for gambit play
+ };