SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/openmdns/patches/patch-mdnsd_control_c
Normal file
15
net/openmdns/patches/patch-mdnsd_control_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
Fix -fno-common build error. Taken from
|
||||
https://svnweb.freebsd.org/ports?view=revision&revision=549579
|
||||
|
||||
Index: mdnsd/control.c
|
||||
--- mdnsd/control.c.orig
|
||||
+++ 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)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue