diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-19 20:12:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-19 20:12:19 +0000 |
commit | b425ddcb1197e437acd7c38b632b5a978989b279 (patch) | |
tree | 1fcf190773b9dec0309edf89ed7800bad0157216 /chat/goofey | |
parent | 19ce7ff073e97c246a880dd7343ea114bb922706 (diff) | |
download | pkgsrc-b425ddcb1197e437acd7c38b632b5a978989b279.tar.gz |
Fix errno.
Diffstat (limited to 'chat/goofey')
-rw-r--r-- | chat/goofey/patches/patch-aa | 12 |
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> |