aboutsummaryrefslogtreecommitdiff
path: root/net/mDNSResponder
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2010-01-18 14:14:21 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2010-01-18 14:14:21 +0000
commitf7c3fabf462e3261742f7c3c783a592e46c631e1 (patch)
tree5594423cc482ff152f171ee18ea4b840b0b792d9 /net/mDNSResponder
parentdaf4ebe7cdffb788a51a8ea03d835ab65f6a606b (diff)
downloadports-f7c3fabf462e3261742f7c3c783a592e46c631e1.tar.gz
ports-f7c3fabf462e3261742f7c3c783a592e46c631e1.zip
Notes
Diffstat (limited to 'net/mDNSResponder')
-rw-r--r--net/mDNSResponder/files/patch-mDNSShared__dnsextd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mDNSResponder/files/patch-mDNSShared__dnsextd.h b/net/mDNSResponder/files/patch-mDNSShared__dnsextd.h
new file mode 100644
index 000000000000..207e5a67cd9f
--- /dev/null
+++ b/net/mDNSResponder/files/patch-mDNSShared__dnsextd.h
@@ -0,0 +1,13 @@
+--- mDNSShared/dnsextd.h.orig 2010-01-18 21:39:34.000000000 +0900
++++ mDNSShared/dnsextd.h 2010-01-18 21:40:03.000000000 +0900
+@@ -46,8 +46,9 @@
+ #include <DNSCommon.h>
+ #include <GenLinkedList.h>
+ #include <sys/types.h>
+-#include <sys/socket.h>
+ #include <netinet/in.h>
++#include <sys/socket.h>
++#include <pthread.h>
+
+
+ #define LLQ_TABLESIZE 1024 // !!!KRS make this dynamically growable