16 lines
301 B
Plaintext
16 lines
301 B
Plaintext
$NetBSD: patch-al,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
|
|
|
|
--- sieve/sieved.c.orig 2009-03-25 23:58:05.000000000 +0000
|
|
+++ sieve/sieved.c
|
|
@@ -63,6 +63,10 @@
|
|
|
|
#include "map.h"
|
|
|
|
+#ifdef __APPLE__
|
|
+struct et_list *_et_list = NULL;
|
|
+#endif
|
|
+
|
|
/* config.c stuff */
|
|
const int config_need_data = 0;
|
|
|