summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches/patch-bb
blob: f584833af9406b814a15828db2bb1ec5ec56fb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bb,v 1.1 2005/03/02 21:42:48 wiz Exp $

--- imap/cvt_cyrusdb.c.orig	Sun Nov 28 15:09:29 2004
+++ imap/cvt_cyrusdb.c	Sun Nov 28 15:10:33 2004
@@ -60,7 +60,9 @@
 #include <syslog.h>
 
 #include <sys/ipc.h>
+#if !defined(__APPLE__)
 #include <sys/msg.h>
+#endif
 
 #include "acl.h"
 #include "assert.h"