ports/security/ossec-hids-local/files/patch-src_client-agent_config.c
Stefan Eßer d443b0b243 Fix build of ossec-hids-agent with -fno-common
Update the referenced master port and included version.mk file.

The patches are not relevant for ossec-hids-local, but have to be added
there to become effective in ossec-hids-agents.
2020-09-21 18:57:18 +00:00

12 lines
296 B
C

--- src/client-agent/config.c.orig 2020-02-14 19:46:22 UTC
+++ src/client-agent/config.c
@@ -17,8 +17,8 @@
time_t available_server;
int run_foreground;
keystore keys;
-agent *agt;
+extern agent *agt;
/* Read the config file (for the remote client) */
int ClientConf(const char *cfgfile)