diff options
Diffstat (limited to 'graphics/xpaint/files/patch-ag')
-rw-r--r-- | graphics/xpaint/files/patch-ag | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/xpaint/files/patch-ag b/graphics/xpaint/files/patch-ag index 8c771aeff951..3c05262cfbcc 100644 --- a/graphics/xpaint/files/patch-ag +++ b/graphics/xpaint/files/patch-ag @@ -1,6 +1,6 @@ ---- rw/rwTable.c.orig Wed Jun 10 06:09:32 1998 -+++ rw/rwTable.c Fri Mar 17 01:20:54 2000 -@@ -231,6 +231,7 @@ +--- rw/rwTable.c.orig Sun Apr 10 17:52:02 2005 ++++ rw/rwTable.c Sun Apr 17 01:35:47 2005 +@@ -249,6 +249,7 @@ char * RWGetMsg() { @@ -8,11 +8,11 @@ #if defined(BSD4_4) __const extern char *__const sys_errlist[]; #else -@@ -239,6 +240,7 @@ +@@ -258,6 +259,7 @@ + # define sys_errlist _sys_errlist + #else + extern char *sys_errlist[]; ++#endif + #endif #endif #endif - extern int errno; -+#endif - - if (RWtableMsg[0] == '\0') { - if (errno == 0) |