mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
$NetBSD: patch-ak,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
|
|
|
|
--- sieve/sievec.c.orig 2009-03-25 23:58:04.000000000 +0000
|
|
+++ 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;
|
|
|