diff options
Diffstat (limited to 'net/openmdns/files/patch-mdnsd_control.c')
-rw-r--r-- | net/openmdns/files/patch-mdnsd_control.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openmdns/files/patch-mdnsd_control.c b/net/openmdns/files/patch-mdnsd_control.c new file mode 100644 index 000000000000..6eeafec2efc5 --- /dev/null +++ b/net/openmdns/files/patch-mdnsd_control.c @@ -0,0 +1,11 @@ +--- mdnsd/control.c.orig 2017-03-10 09:24:12 UTC ++++ mdnsd/control.c +@@ -53,6 +53,8 @@ void control_group_add_service(struct ctl_conn *, st + + extern struct mdnsd_conf *conf; + ++struct control_state control_state; ++ + void + control_lookup(struct ctl_conn *c, struct imsg *imsg) + { |