summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/patches/patch-ae
blob: 02e8c1aa9995ba666a20ae8f8cf8fe925f9c707d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $

--- imap/mboxlist.c.orig	2010-10-19 03:08:28.000000000 +0000
+++ imap/mboxlist.c
@@ -59,7 +59,9 @@
 #include <syslog.h>
 
 #include <sys/ipc.h>
+#if !defined(__APPLE__)
 #include <sys/msg.h>
+#endif
 
 #include "acl.h"
 #include "annotate.h"