14 lines
315 B
Text
14 lines
315 B
Text
$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"
|