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
commit22af2c6b427559b019f26e8a6075baa402226d59 (patch)
tree1fcf190773b9dec0309edf89ed7800bad0157216 /chat/goofey
parent65ec3799028bcc26463ce81a11ab5fffe73aa00c (diff)
downloadpkgsrc-22af2c6b427559b019f26e8a6075baa402226d59.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>