summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'games/netmaj/patches/patch-ai')
-rw-r--r--games/netmaj/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/netmaj/patches/patch-ai b/games/netmaj/patches/patch-ai
new file mode 100644
index 00000000000..155ad5936a4
--- /dev/null
+++ b/games/netmaj/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2004/01/23 19:05:45 agc Exp $
+
+--- global.h 2004/01/23 18:57:54 1.1
++++ global.h 2004/01/23 18:58:17
+@@ -70,7 +70,7 @@
+ typedef struct river {
+ pai_t in; /* get pai */
+ pai_t out; /* put pai */
+- attr_t attr; /* attr (how get, how put, how ...)*/
++ pai_attr_t attr; /* attr (how get, how put, how ...)*/
+ struct river *prev;
+ struct river *next;
+ } river_t;