summaryrefslogtreecommitdiff
path: root/games/nagi/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/nagi/patches/patch-ab')
-rw-r--r--games/nagi/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nagi/patches/patch-ab b/games/nagi/patches/patch-ab
index f27cff5797c..86bb2fc3fd4 100644
--- a/games/nagi/patches/patch-ab
+++ b/games/nagi/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/08/16 15:33:01 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2012/05/23 06:08:59 dholland Exp $
--- sys/agi_file.h.orig 2003-08-11 15:40:12.000000000 +0200
+++ sys/agi_file.h 2003-08-11 15:40:56.000000000 +0200
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2003/08/16 15:33:01 drochner Exp $
#ifdef RAD_LINUX
#include <sys/types.h>
#include <dirent.h>
-+#include <sys/syslimits.h>
++#include <limits.h>
#else
#include <io.h>
#endif