diff options
Diffstat (limited to 'security/ossec-hids-local/files/patch-src_client-agent_agentd.h')
-rw-r--r-- | security/ossec-hids-local/files/patch-src_client-agent_agentd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/ossec-hids-local/files/patch-src_client-agent_agentd.h b/security/ossec-hids-local/files/patch-src_client-agent_agentd.h new file mode 100644 index 0000000..6184697 --- /dev/null +++ b/security/ossec-hids-local/files/patch-src_client-agent_agentd.h @@ -0,0 +1,11 @@ +--- 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 */ |