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