blob: 408fcae66be279690d3cf3be2b604131687d6546 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.1 2006/01/12 00:48:36 joerg Exp $
--- path.c.orig 2006-01-12 00:44:46.000000000 +0000
+++ path.c
@@ -18,8 +18,6 @@
#endif
#include <errno.h>
-extern int errno;
-
static unsigned int NumPaths = 0;
static unsigned int NumExts = 0;
static char *Paths[BUFSIZ];
|