blob: 9cf4d4ed81b484ccd6f3c75675cd016e956e68ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2006/01/03 15:51:02 joerg Exp $
--- parse.c.orig 2006-01-03 15:37:34.000000000 +0000
+++ parse.c
@@ -60,7 +60,6 @@ char *commandcodes[] =
"statusrequest"
};
-extern int errno;
extern char *port, *file, *shell, rcfilename[PATH_MAX], *lockdir, status;
extern unsigned char addresstable[16][16];
extern int verbose, special, statusfile;
|