diff options
Diffstat (limited to 'testing/ossec-hids/00_a-out-h-path.patch')
-rw-r--r-- | testing/ossec-hids/00_a-out-h-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/ossec-hids/00_a-out-h-path.patch b/testing/ossec-hids/00_a-out-h-path.patch new file mode 100644 index 0000000000..b9e5a246cd --- /dev/null +++ b/testing/ossec-hids/00_a-out-h-path.patch @@ -0,0 +1,13 @@ +diff --git a/src/rootcheck/os_string.c b/src/rootcheck/os_string.c +index 069f5bd..e5aafca 100755 +--- a/src/rootcheck/os_string.c ++++ b/src/rootcheck/os_string.c +@@ -78,7 +78,7 @@ struct exec + + #else + +-#include <a.out.h> ++#include <linux/a.out.h> + #endif + + |