summaryrefslogtreecommitdiff
path: root/games/exchess/patches/patch-ab
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-25 08:40:00 +0000
committerjlam <jlam@pkgsrc.org>2000-10-25 08:40:00 +0000
commitb89efb04df502053316a7c89f46fd9f5af2b5bf6 (patch)
treeb04f0009cb794a43051522e83b659c368bf170b9 /games/exchess/patches/patch-ab
parent5b56ecc37d42fc577efb8dbd666204fd839548d7 (diff)
downloadpkgsrc-b89efb04df502053316a7c89f46fd9f5af2b5bf6.tar.gz
EXchess - experimental chess engine (capable of beating Crafty)
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
+ };