diff options
Diffstat (limited to 'mail/imap-uw/patches/patch-ai')
-rw-r--r-- | mail/imap-uw/patches/patch-ai | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/imap-uw/patches/patch-ai b/mail/imap-uw/patches/patch-ai index f510757351d..d065d733b9f 100644 --- a/mail/imap-uw/patches/patch-ai +++ b/mail/imap-uw/patches/patch-ai @@ -1,14 +1,14 @@ -$NetBSD: patch-ai,v 1.2 2000/11/09 03:35:34 hubertf Exp $ +$NetBSD: patch-ai,v 1.3 2001/02/08 19:11:38 jlam Exp $ ---- src/mtest/mtest.c.orig Wed Oct 25 01:16:33 2000 +--- src/mtest/mtest.c.orig Tue Oct 24 19:16:33 2000 +++ src/mtest/mtest.c @@ -36,6 +36,11 @@ /* Excellent reasons to hate ifdefs, and why my real code never uses them */ -+#ifdef __NetBSD__ -+#undef unix -+#define unix 1 ++#if defined(__NetBSD__) /* NetBSD no longer defines unix. */ ++# undef unix ++# define unix 1 +#endif + #ifndef unix |