summaryrefslogtreecommitdiff
path: root/mail/sendmail-current/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail-current/patches/patch-af')
-rw-r--r--mail/sendmail-current/patches/patch-af14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/sendmail-current/patches/patch-af b/mail/sendmail-current/patches/patch-af
deleted file mode 100644
index 9abc6906161..00000000000
--- a/mail/sendmail-current/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2001/04/15 01:20:00 itojun Exp $
-
---- sendmail/conf.c.orig Thu Mar 8 09:07:50 2001
-+++ sendmail/conf.c Fri Mar 16 09:24:10 2001
-@@ -4237,7 +4237,8 @@
-
- #if NETINET6
- if (type == AF_INET6 &&
-- IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr))
-+ (IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr) ||
-+ IN6_IS_ADDR_LINKLOCAL((struct in6_addr *) addr)))
- {
- /* Avoid reverse lookup for IPv6 unspecified address */
- SM_SET_H_ERRNO(HOST_NOT_FOUND);