summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-19 20:12:19 +0000
committerjoerg <joerg>2005-12-19 20:12:19 +0000
commit49d4b42ba8e8708815e15d04e079e94667681092 (patch)
tree1fcf190773b9dec0309edf89ed7800bad0157216
parentc2c35babe135a8cbacac3c6cfda52c21d4fd8b00 (diff)
downloadpkgsrc-49d4b42ba8e8708815e15d04e079e94667681092.tar.gz
Fix errno.
-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>