diff options
Diffstat (limited to 'mail/postfix-current/patches/patch-bk')
-rw-r--r-- | mail/postfix-current/patches/patch-bk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/postfix-current/patches/patch-bk b/mail/postfix-current/patches/patch-bk deleted file mode 100644 index 1358a028aeb..00000000000 --- a/mail/postfix-current/patches/patch-bk +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-bk,v 1.3 2004/06/06 13:50:41 taca Exp $ - ---- src/util/sys_defs.h.orig 2004-06-06 01:38:41.000000000 +0900 -+++ src/util/sys_defs.h -@@ -951,6 +951,8 @@ extern int h_errno; - #endif - #endif - -+#define RECEIVED_ENVELOPE_FROM -+ - #define CAST_CHAR_PTR_TO_INT(cptr) ((int) (long) (cptr)) - #define CAST_INT_TO_CHAR_PTR(ival) ((char *) (long) (ival)) - |