diff options
Diffstat (limited to 'mail/xfmail/patches/patch-aa')
-rw-r--r-- | mail/xfmail/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/xfmail/patches/patch-aa b/mail/xfmail/patches/patch-aa index e3e9e70a31d..bb76b02e874 100644 --- a/mail/xfmail/patches/patch-aa +++ b/mail/xfmail/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2005/06/17 15:01:02 hira Exp $ +$NetBSD: patch-aa,v 1.6 2006/02/26 13:44:18 joerg Exp $ ---- src/mail/fmail.h.orig 2004-01-01 20:54:01.000000000 -0700 -+++ src/mail/fmail.h 2005-02-10 11:27:57.000000000 -0700 -@@ -170,7 +170,7 @@ +--- src/mail/fmail.h.orig 2004-01-02 03:54:01.000000000 +0000 ++++ src/mail/fmail.h +@@ -170,7 +170,7 @@ char *strchr (), *strrchr (); #define sys_nerr 65535 #else #ifndef sys_nerr - #ifndef __FreeBSD__ -+ #if !defined (__FreeBSD__) && !defined(__NetBSD__) ++ #if !defined (__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__OpenBSD__) extern int sys_nerr; #endif #endif |