summaryrefslogtreecommitdiff
path: root/net/mDNSResponder/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/mDNSResponder/patches/patch-ac')
-rw-r--r--net/mDNSResponder/patches/patch-ac10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/mDNSResponder/patches/patch-ac b/net/mDNSResponder/patches/patch-ac
index 9b0b055a586..f9269d33238 100644
--- a/net/mDNSResponder/patches/patch-ac
+++ b/net/mDNSResponder/patches/patch-ac
@@ -1,11 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2006/07/17 20:51:06 joerg Exp $
+$NetBSD: patch-ac,v 1.4 2006/10/23 11:15:09 markd Exp $
---- mDNSPosix/mDNSUNP.c.orig 2006-07-17 20:46:34.000000000 +0000
+--- mDNSPosix/mDNSUNP.c.orig 2006-02-21 10:40:36.000000000 +1300
+++ mDNSPosix/mDNSUNP.c
-@@ -154,6 +154,9 @@ First checkin
+@@ -153,7 +153,10 @@ First checkin
+ #include <net/if_dl.h>
#endif
- #if defined(AF_INET6) && HAVE_IPV6 && !HAVE_LINUX
+-#if defined(AF_INET6) && HAVE_IPV6 && !HAVE_LINUX
++#if defined(AF_INET6) && HAVE_IPV6 && !HAVE_LINUX && !defined(sun)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <net/if_var.h>
+#endif