diff options
Diffstat (limited to 'mail/nmh/patches/patch-av')
-rw-r--r-- | mail/nmh/patches/patch-av | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/nmh/patches/patch-av b/mail/nmh/patches/patch-av new file mode 100644 index 00000000000..d855a011f63 --- /dev/null +++ b/mail/nmh/patches/patch-av @@ -0,0 +1,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 */ |