ports/net/openmdns/files/patch-mdnsd_control.h
Stefan Eßer a354eb9665 Fix build with -fno-common
While here regenerate patch files with make makepatch.
2020-09-22 12:30:49 +00:00

17 lines
279 B
C

--- mdnsd/control.h.orig 2017-03-10 09:24:12 UTC
+++ mdnsd/control.h
@@ -26,10 +26,12 @@
#include "mdnsd.h"
-struct {
+struct control_state {
struct event ev;
int fd;
-} control_state;
+};
+
+extern struct control_state control_state;
enum blockmodes {
BM_NORMAL,