mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
$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;
|