blob: f3129dcbb0e1fdbcd76999b813b794a7c9c480a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 1998/08/07 11:10:18 agc Exp $
--- input.c.BAK Thu Oct 23 22:11:36 1997
+++ input.c Thu Oct 23 22:11:49 1997
@@ -21,7 +21,7 @@
extern int sorton;
extern int minfilename;
extern int inputkcode;
-#ifndef DECLERRLIST
+#if 0
extern char *sys_errlist[];
#endif
|