summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches/patch-ac
blob: 08272ca199575ffa0f88ac439096fbd1aeef0238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.4 2005/05/21 03:31:26 rh Exp $

--- sieve/sieved.c.orig	2004-06-30 06:05:32.000000000 +1000
+++ sieve/sieved.c
@@ -42,6 +42,10 @@ OF OR IN CONNECTION WITH THE USE OR PERF
 
 #include "map.h"
 
+#ifdef __APPLE__
+struct et_list *_et_list = NULL;
+#endif
+
 void dump2(bytecode_input_t *d, int len);
 int dump2_test(bytecode_input_t * d, int i);