summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbled <garbled>1999-01-01 03:15:56 +0000
committergarbled <garbled>1999-01-01 03:15:56 +0000
commitd663cbbf153a232d83797ae3434bb3244ef80530 (patch)
tree438c411b0f06c142aa100960a6c9ee1b9983398d
parentc8359c7f46be8df7b93d11ed8ea70d82fb0532ea (diff)
downloadpkgsrc-d663cbbf153a232d83797ae3434bb3244ef80530.tar.gz
remove sys_errlist foo. Now builds on alpha.
-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') {