diff options
Diffstat (limited to 'mail/nmh/patches/patch-aj')
-rw-r--r-- | mail/nmh/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/nmh/patches/patch-aj b/mail/nmh/patches/patch-aj new file mode 100644 index 00000000000..2b25c0445f9 --- /dev/null +++ b/mail/nmh/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2006/03/02 21:28:23 joerg Exp $ + +--- uip/folder.c.orig 2006-03-02 20:53:46.000000000 +0000 ++++ uip/folder.c +@@ -62,8 +62,6 @@ static struct swit switches[] = { + { NULL, 0 } + }; + +-extern int errno; +- + static int fshort = 0; /* output only folder names */ + static int fcreat = 0; /* should we ask to create new folders? */ + static int fpack = 0; /* are we packing the folder? */ |