diff options
Diffstat (limited to 'mail/cyrus-imapd/patches/patch-ba')
-rw-r--r-- | mail/cyrus-imapd/patches/patch-ba | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ba b/mail/cyrus-imapd/patches/patch-ba new file mode 100644 index 00000000000..c186b7f9453 --- /dev/null +++ b/mail/cyrus-imapd/patches/patch-ba @@ -0,0 +1,14 @@ +$NetBSD: patch-ba,v 1.1 2005/03/02 21:42:48 wiz Exp $ + +--- imap/mboxlist.c.orig Sun Nov 28 15:04:44 2004 ++++ imap/mboxlist.c Sun Nov 28 15:05:06 2004 +@@ -60,7 +60,9 @@ + #include <syslog.h> + + #include <sys/ipc.h> ++#if !defined(__APPLE__) + #include <sys/msg.h> ++#endif + + #include "acl.h" + #include "annotate.h" |