blob: 5ac870692549db39efeeabeba88f25ac158a097c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.4 2005/05/21 03:31:26 rh Exp $
--- sieve/sievec.c.orig 2004-03-12 01:23:20.000000000 +1000
+++ sieve/sievec.c
@@ -63,6 +63,10 @@
#include <sys/stat.h>
#include <fcntl.h>
+#ifdef __APPLE__
+struct et_list *_et_list = NULL;
+#endif
+
/* config.c stuff */
const int config_need_data = 0;
|