summaryrefslogtreecommitdiff
path: root/chat/tirc/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/tirc/patches/patch-aa')
-rw-r--r--chat/tirc/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/tirc/patches/patch-aa b/chat/tirc/patches/patch-aa
new file mode 100644
index 00000000000..59a76db0ec4
--- /dev/null
+++ b/chat/tirc/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2005/12/15 23:02:33 joerg Exp $
+
+--- main.c.orig 2005-12-15 22:49:50.000000000 +0000
++++ main.c
+@@ -63,6 +63,7 @@ static char rcsid[] = "$Old: main.c,v 1.
+ #ifdef HAVE_CTYPE_H
+ #include <ctype.h>
+ #endif
++#include <errno.h>
+
+ #include "compat.h"
+ #include "tty.h"
+@@ -80,7 +81,6 @@ void sigtstp __P((int));
+ void sigchld __P((int));
+ void sigalrm __P((int));
+
+-extern int errno;
+ extern int on_irc;
+ extern int restart_irc;
+ extern char ppre[], version[];