summaryrefslogtreecommitdiff
path: root/net/openmdns/files/patch-mdnsd_mdns.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-22 12:30:49 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-22 12:30:49 +0000
commita354eb966508761e6c68b4249e647a5905027cf7 (patch)
tree06ade4624b4630b5f2d61e8fddbfa1a3e0a9451e /net/openmdns/files/patch-mdnsd_mdns.c
parentFix build with -fno-common (diff)
Fix build with -fno-common
While here regenerate patch files with make makepatch.
Diffstat (limited to 'net/openmdns/files/patch-mdnsd_mdns.c')
-rw-r--r--net/openmdns/files/patch-mdnsd_mdns.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openmdns/files/patch-mdnsd_mdns.c b/net/openmdns/files/patch-mdnsd_mdns.c
new file mode 100644
index 000000000000..51033c03b314
--- /dev/null
+++ b/net/openmdns/files/patch-mdnsd_mdns.c
@@ -0,0 +1,12 @@
+--- mdnsd/mdns.c.orig 2017-03-10 09:24:12 UTC
++++ mdnsd/mdns.c
+@@ -45,6 +45,9 @@ extern struct mdnsd_conf *conf;
+ struct question_tree question_tree;
+ struct cache_tree cache_tree;
+
++pg_q pg_queue;
++pge_q pge_queue;
++
+ /*
+ * RR cache
+ */