13 lines
395 B
Text
13 lines
395 B
Text
$NetBSD: patch-ab,v 1.1 2006/01/03 15:51:02 joerg Exp $
|
|
|
|
--- util.c.orig 2006-01-03 15:36:06.000000000 +0000
|
|
+++ util.c
|
|
@@ -51,7 +51,7 @@
|
|
#include <time.h>
|
|
#endif /* !HAVE_CONFIG_H */
|
|
|
|
-extern int errno, verbose, special, statusfile;
|
|
+extern int verbose, special, statusfile;
|
|
extern unsigned short okaytowipe;
|
|
extern unsigned char addresstable[16][16];
|
|
extern char *file, *port, *lockdir;
|