blob: cbe008bcfb40496d7b4289dcfdf6b59db25c8c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2006/01/13 15:16:14 joerg Exp $
--- src/cfg.c.orig 2006-01-13 14:43:42.000000000 +0000
+++ src/cfg.c
@@ -42,8 +42,6 @@
#define CFG_LINES_LIMIT 100 /* config file size limit (in lines) */
#define CFG_ERRORS_LIMIT 12 /* error limit */
-extern int errno;
-
static const char *user_config_file; /* personal cfg filename */
/* used in error handling: */
|