summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches/patch-ba
blob: c186b7f9453f22a78d0e4265c79968828bffd4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"