diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-14 04:39:59 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-14 04:39:59 +0000 |
commit | 2faa74b9fc13d2dc3f82b4605f3ea94d7cce6bf8 (patch) | |
tree | fefd2c9ec3204bc2beed9599ad024ea8e4cfeca6 /mail/postfix-current/patches/patch-bq | |
parent | 5367f664f72ad180ccdd50603569f6da482446a5 (diff) | |
download | pkgsrc-2faa74b9fc13d2dc3f82b4605f3ea94d7cce6bf8.tar.gz |
postfix 20000531 + IPv6 patch (not sure if it works right - please test).
uses postfix Makefiles, not patches/*.
experimental.
Diffstat (limited to 'mail/postfix-current/patches/patch-bq')
-rw-r--r-- | mail/postfix-current/patches/patch-bq | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/postfix-current/patches/patch-bq b/mail/postfix-current/patches/patch-bq deleted file mode 100644 index 5f3f81237f7..00000000000 --- a/mail/postfix-current/patches/patch-bq +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-bq,v 1.1.1.1 2000/08/14 04:33:26 itojun Exp $ - ---- local/file.c.orig Tue Aug 17 19:02:28 1999 -+++ local/file.c Tue Aug 17 19:02:50 1999 -@@ -50,6 +50,7 @@ - #include <unistd.h> - #include <fcntl.h> - #include <errno.h> -+#include <string.h> - - /* Utility library. */ - |