aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ossec-hids-agent/musl_lack_of_a_out_h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ossec-hids-agent/musl_lack_of_a_out_h.patch')
-rw-r--r--testing/ossec-hids-agent/musl_lack_of_a_out_h.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/ossec-hids-agent/musl_lack_of_a_out_h.patch b/testing/ossec-hids-agent/musl_lack_of_a_out_h.patch
deleted file mode 100644
index a4d2b12a619..00000000000
--- a/testing/ossec-hids-agent/musl_lack_of_a_out_h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/rootcheck/os_string.c b/src/rootcheck/os_string.c
-index e7ca284..85b6d9b 100644
---- a/src/rootcheck/os_string.c
-+++ b/src/rootcheck/os_string.c
-@@ -44,7 +44,7 @@
-
- #ifdef SOLARIS
- #include <sys/exechdr.h>
--#elif defined Darwin || defined HPUX
-+#elif defined Darwin || defined HPUX || defined linux
-
- /* For some reason darwin does not have that */
- struct exec {