diff options
Diffstat (limited to 'mail/nail/patches')
-rw-r--r-- | mail/nail/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/nail/patches/patch-ad b/mail/nail/patches/patch-ad new file mode 100644 index 00000000000..ceabd481409 --- /dev/null +++ b/mail/nail/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.3 2005/12/20 16:12:17 joerg Exp $ + +--- lex.c.orig 2005-12-20 16:07:57.000000000 +0000 ++++ lex.c +@@ -79,7 +79,6 @@ setfile(char *name, int newmail) + char isedit; + char *who = name[1] ? name + 1 : myname; + static int shudclob; +- extern int errno; + size_t offset; + int omsgCount = 0; + struct shortcut *sh; |