20 lines
448 B
Text
20 lines
448 B
Text
$NetBSD: patch-ac,v 1.1 2005/12/15 23:02:33 joerg Exp $
|
|
|
|
--- cmd.c.orig 2005-12-15 22:52:43.000000000 +0000
|
|
+++ cmd.c
|
|
@@ -14,6 +14,7 @@ static char rcsid[] = "$Id: cmd.c,v 1.65
|
|
|
|
#include "tirc.h"
|
|
|
|
+#include <errno.h>
|
|
#ifdef HAVE_CTYPE_H
|
|
#include <ctype.h>
|
|
#endif
|
|
@@ -118,7 +119,6 @@ extern char ppre[], nick[];
|
|
extern int sock, debugwin;
|
|
extern int on_irc;
|
|
extern FILE *lastlog;
|
|
-extern int errno;
|
|
|
|
struct cmdtbl {
|
|
const char *c_name;
|