SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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)
{