diff options
Diffstat (limited to 'mail/nmh/patches/patch-bd')
-rw-r--r-- | mail/nmh/patches/patch-bd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/nmh/patches/patch-bd b/mail/nmh/patches/patch-bd new file mode 100644 index 00000000000..59dbb37f844 --- /dev/null +++ b/mail/nmh/patches/patch-bd @@ -0,0 +1,13 @@ +$NetBSD: patch-bd,v 1.1 2006/03/02 21:28:23 joerg Exp $ + +--- uip/scan.c.orig 2006-03-02 21:11:26.000000000 +0000 ++++ uip/scan.c +@@ -47,8 +47,6 @@ static struct swit switches[] = { + { NULL, 0 } + }; + +-extern int errno; +- + /* + * global for sbr/formatsbr.c - yech! + */ |