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-ai17
1 files changed, 9 insertions, 8 deletions
diff --git a/games/netmaj/patches/patch-ai b/games/netmaj/patches/patch-ai
index 155ad5936a4..e01a7cdd25e 100644
--- a/games/netmaj/patches/patch-ai
+++ b/games/netmaj/patches/patch-ai
@@ -1,13 +1,14 @@
-$NetBSD: patch-ai,v 1.1 2004/01/23 19:05:45 agc Exp $
+$NetBSD: patch-ai,v 1.2 2008/02/29 20:53:02 jlam 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 */
+--- global.h.orig 1996-08-31 04:14:40.000000000 -0400
++++ global.h
+@@ -20,2 +20,4 @@
+ #include <stdio.h>
++#include <string.h>
++#include <unistd.h>
+ #include "comm.h"
+@@ -72,3 +74,3 @@ typedef struct river {
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;