summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local/files/patch-src_client-agent_agentd.h
diff options
context:
space:
mode:
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.h11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 6184697..0000000
--- a/security/ossec-hids-local/files/patch-src_client-agent_agentd.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 */