2013-09-26 17:14:40 +02:00

16 lines
316 B
Plaintext

$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;