summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpaint/patches/patch-ab')
-rw-r--r--graphics/xpaint/patches/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xpaint/patches/patch-ab b/graphics/xpaint/patches/patch-ab
index 0731cfdda5d..1b512625c21 100644
--- a/graphics/xpaint/patches/patch-ab
+++ b/graphics/xpaint/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2001/03/30 21:44:49 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2003/07/17 09:01:02 adam Exp $
---- rw/libpnmrw.c.orig Mon Oct 2 22:53:30 2000
-+++ rw/libpnmrw.c
-@@ -46,7 +46,7 @@
+--- rw/libpnmrw.c.orig 2002-12-15 11:41:26.000000000 +0100
++++ rw/libpnmrw.c 2003-07-17 09:43:18.000000000 +0200
+@@ -49,7 +49,7 @@
void *malloc(int);
void free(void *);
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2001/03/30 21:44:49 hubertf Exp $
#include <errno.h>
#endif
-@@ -131,6 +131,7 @@
+@@ -134,6 +134,7 @@
static void
pm_perror(char *reason)
{
@@ -19,11 +19,11 @@ $NetBSD: patch-ab,v 1.2 2001/03/30 21:44:49 hubertf Exp $
#if defined(BSD4_4)
__const extern char *__const sys_errlist[];
#else
-@@ -146,6 +147,7 @@
- #endif
+@@ -150,6 +151,7 @@
#if !defined(__EMX__) || defined(__CYGWIN__)
extern int errno;
-+#endif
#endif
++#endif
char *e;
+ e = (char *)sys_errlist[errno];