blob: 34fb7a658fe40d0d7370b0f6dd7cd3d9d27cd4f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1 2006/03/02 21:28:23 joerg Exp $
--- uip/mhlist.c.orig 2006-03-02 20:58:40.000000000 +0000
+++ uip/mhlist.c
@@ -69,8 +69,6 @@ static struct swit switches[] = {
};
-extern int errno;
-
/* mhparse.c */
extern int checksw;
extern char *tmp; /* directory to place temp files */
|