summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgarbled <garbled>1999-01-01 03:15:56 +0000
committergarbled <garbled>1999-01-01 03:15:56 +0000
commite1ee3342fdf1ad4841300699fb66e588a726bf8c (patch)
tree438c411b0f06c142aa100960a6c9ee1b9983398d /graphics
parentc42487b1f428ba667ea891060c2d9baebe902bf4 (diff)
downloadpkgsrc-e1ee3342fdf1ad4841300699fb66e588a726bf8c.tar.gz
remove sys_errlist foo. Now builds on alpha.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xart/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/xart/patches/patch-ae b/graphics/xart/patches/patch-ae
new file mode 100644
index 00000000000..91408d77339
--- /dev/null
+++ b/graphics/xart/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 1999/01/01 03:15:56 garbled Exp $
+--- rw/rwTable.c.orig Thu Dec 31 20:12:10 1998
++++ rw/rwTable.c Thu Dec 31 20:13:44 1998
+@@ -231,11 +231,6 @@
+ char *
+ RWGetMsg()
+ {
+-#if defined(BSD4_4)
+- __const extern char *__const sys_errlist[];
+-#else
+- extern char *sys_errlist[];
+-#endif
+ extern int errno;
+
+ if (RWtableMsg[0] == '\0') {