diff options
Diffstat (limited to 'mail/procmail/patches/patch-ag')
-rw-r--r-- | mail/procmail/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/procmail/patches/patch-ag b/mail/procmail/patches/patch-ag new file mode 100644 index 00000000000..acb4f66d180 --- /dev/null +++ b/mail/procmail/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2006/01/08 13:43:26 joerg Exp $ + +--- src/includes.h.orig 2006-01-08 13:33:18.000000000 +0000 ++++ src/includes.h +@@ -283,7 +283,6 @@ double pow(); + #endif + + extern /*const*/char**environ; +-extern int errno; + + #ifndef STDIN_FILENO + #define STDIN 0 |