mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
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.
11 lines
300 B
C
11 lines
300 B
C
--- src/client-agent/agentd.h.orig 2020-02-14 19:46:22 UTC
|
|
+++ src/client-agent/agentd.h
|
|
@@ -83,7 +83,7 @@ extern int run_foreground;
|
|
extern keystore keys;
|
|
extern agent *agt;
|
|
#ifndef WIN32
|
|
-struct imsgbuf server_ibuf;
|
|
+extern struct imsgbuf server_ibuf;
|
|
#endif //WIN32
|
|
|
|
#endif /* __AGENTD_H */
|