diff options
Diffstat (limited to 'mail/nmh/patches/patch-ap')
-rw-r--r-- | mail/nmh/patches/patch-ap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/nmh/patches/patch-ap b/mail/nmh/patches/patch-ap new file mode 100644 index 00000000000..cc671bfba2f --- /dev/null +++ b/mail/nmh/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1 2006/03/02 21:28:23 joerg Exp $ + +--- uip/mhfree.c.orig 2006-03-02 20:58:16.000000000 +0000 ++++ uip/mhfree.c +@@ -11,8 +11,6 @@ + #include <h/mime.h> + #include <h/mhparse.h> + +-extern int errno; +- + /* + * prototypes + */ |