summaryrefslogtreecommitdiff
path: root/chat/goofey
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-19 20:12:19 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-19 20:12:19 +0000
commitb425ddcb1197e437acd7c38b632b5a978989b279 (patch)
tree1fcf190773b9dec0309edf89ed7800bad0157216 /chat/goofey
parent19ce7ff073e97c246a880dd7343ea114bb922706 (diff)
downloadpkgsrc-b425ddcb1197e437acd7c38b632b5a978989b279.tar.gz
Fix errno.
Diffstat (limited to 'chat/goofey')
-rw-r--r--chat/goofey/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/goofey/patches/patch-aa b/chat/goofey/patches/patch-aa
new file mode 100644
index 00000000000..9663b1f389e
--- /dev/null
+++ b/chat/goofey/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/19 20:12:19 joerg Exp $
+
+--- goofey.c.orig 2005-12-13 16:01:27.000000000 +0000
++++ goofey.c
+@@ -101,7 +101,6 @@ int max_wait = MAX_WAIT;
+ #include <malloc.h>
+ #endif
+ #include <errno.h>
+-extern int errno;
+
+ #ifdef READLINE
+ #include <readline/readline.h>