diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-09 06:24:11 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-09 07:11:42 +0000 |
commit | 79ca634a27ef7689cf00de94c4c0896cc3bc3c91 (patch) | |
tree | 3eb5da0b2e5057da221d603a1ee907bd715573a7 /testing/ossec-hids/00_a-out-h-path.patch | |
parent | 45c24345e85c89419a97def46776b94b95480ce3 (diff) | |
download | aports-79ca634a27ef7689cf00de94c4c0896cc3bc3c91.tar.bz2 aports-79ca634a27ef7689cf00de94c4c0896cc3bc3c91.tar.xz |
community/perl-mojolicious: upgrade to 8.19
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, 0 insertions, 13 deletions
diff --git a/testing/ossec-hids/00_a-out-h-path.patch b/testing/ossec-hids/00_a-out-h-path.patch deleted file mode 100644 index b9e5a246cd..0000000000 --- a/testing/ossec-hids/00_a-out-h-path.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 - - |