diff options
Diffstat (limited to 'mail/sendmail/patches/patch-af')
-rw-r--r-- | mail/sendmail/patches/patch-af | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/sendmail/patches/patch-af b/mail/sendmail/patches/patch-af deleted file mode 100644 index ac36c279cc4..00000000000 --- a/mail/sendmail/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-af,v 1.10 2002/09/23 12:57:01 markd Exp $ - ---- sendmail/conf.c.orig Sat Aug 17 02:56:01 2002 -+++ sendmail/conf.c Mon Sep 16 15:13:22 2002 -@@ -4352,7 +4352,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); |