summaryrefslogtreecommitdiff
path: root/games/xtux/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xtux/patches/patch-ab')
-rw-r--r--games/xtux/patches/patch-ab8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/xtux/patches/patch-ab b/games/xtux/patches/patch-ab
index 8d3a0693d3d..9c49e0c3bb5 100644
--- a/games/xtux/patches/patch-ab
+++ b/games/xtux/patches/patch-ab
@@ -1,11 +1,9 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/11/17 06:45:11 hubertf Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/04 23:18:08 joerg Exp $
--- src/client/image.c.orig Thu Nov 16 07:38:38 2000
+++ src/client/image.c
-@@ -1,3 +1,6 @@
-+#ifdef __NetBSD__
-+#include <sys/syslimits.h> /* PATH_MAX */
-+#endif
+@@ -1,3 +1,4 @@
++#include <limits.h> /* PATH_MAX */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>