diff options
Diffstat (limited to 'mail/nmh/patches/patch-bb')
-rw-r--r-- | mail/nmh/patches/patch-bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/nmh/patches/patch-bb b/mail/nmh/patches/patch-bb new file mode 100644 index 00000000000..b43f2662b55 --- /dev/null +++ b/mail/nmh/patches/patch-bb @@ -0,0 +1,13 @@ +$NetBSD: patch-bb,v 1.1 2006/03/02 21:28:23 joerg Exp $ + +--- uip/prompter.c.orig 2006-03-02 21:09:23.000000000 +0000 ++++ uip/prompter.c +@@ -60,8 +60,6 @@ static struct swit switches[] = { + { NULL, 0 } + }; + +-extern int errno; +- + #ifdef HAVE_TERMIOS_H + static struct termios tio; + # define ERASE tio.c_cc[VERASE] |