mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
$NetBSD: patch-ad,v 1.4 2005/05/21 06:58:03 rh Exp $
|
|
|
|
--- imap/message.c.orig 2004-09-17 03:58:54.000000000 +1000
|
|
+++ imap/message.c
|
|
@@ -72,6 +72,10 @@
|
|
#include "global.h"
|
|
#include "retry.h"
|
|
|
|
+#ifdef __APPLE__
|
|
+struct et_list *_et_list = NULL;
|
|
+#endif
|
|
+
|
|
/* Message being parsed */
|
|
struct msg {
|
|
const char *base;
|