blob: b2c9267e685ff2a9f37e8b661c33d8cb3e92a32a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.1 2006/02/23 20:49:49 joerg Exp $
--- image/path.c.orig 2006-02-23 20:30:55.000000000 +0000
+++ image/path.c
@@ -24,8 +24,6 @@
/* SUPPRESS 530 */
/* SUPPRESS 560 */
-extern int errno;
-
/*static*/ unsigned int NumPaths= 0;
static unsigned int NumExts= 0;
/*static*/ char *Paths[BUFSIZ];
|