summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpaint/patches/patch-ac')
-rw-r--r--graphics/xpaint/patches/patch-ac43
1 files changed, 20 insertions, 23 deletions
diff --git a/graphics/xpaint/patches/patch-ac b/graphics/xpaint/patches/patch-ac
index 2335a347653..4ab62f51ee3 100644
--- a/graphics/xpaint/patches/patch-ac
+++ b/graphics/xpaint/patches/patch-ac
@@ -1,23 +1,20 @@
-$NetBSD: patch-ac,v 1.4 1998/12/20 14:18:02 christos Exp $
-*** rw/rwTable.c.orig Tue Jun 9 17:09:32 1998
---- rw/rwTable.c Sat Dec 19 13:57:15 1998
-***************
-*** 231,236 ****
---- 231,237 ----
- char *
- RWGetMsg()
- {
-+ #ifndef __NetBSD__
- #if defined(BSD4_4)
- __const extern char *__const sys_errlist[];
- #else
-***************
-*** 239,244 ****
---- 240,246 ----
- #endif
- #endif
- extern int errno;
-+ #endif
-
- if (RWtableMsg[0] == '\0') {
- if (errno == 0)
+$NetBSD: patch-ac,v 1.5 2003/07/17 09:01:02 adam Exp $
+
+--- rw/rwTable.c.orig 2003-04-12 22:41:40.000000000 +0200
++++ rw/rwTable.c 2003-07-17 09:43:42.000000000 +0200
+@@ -246,6 +246,7 @@
+ char *
+ RWGetMsg()
+ {
++#ifndef __NetBSD__
+ #if defined(BSD4_4)
+ __const extern char *__const sys_errlist[];
+ #else
+@@ -260,6 +261,7 @@
+ #endif
+ #endif
+ extern int errno;
++#endif
+
+ if (RWtableMsg[0] == '\0') {
+ if (errno == 0)