20 lines
485 B
Text
20 lines
485 B
Text
$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[];
|