diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-15 10:23:04 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-15 10:23:48 +0200 |
| commit | 9ca764d6b9a7b7e47625dd4e153943fffb499d28 (patch) | |
| tree | 14b291737535170b9eb8f831cb550b557ad6d476 /testing/libseccomp/remove-redefinition-prctl.patch | |
| parent | 1813645c6d415e7c242dfab93d6af6599e68be9e (diff) | |
| download | aports-9ca764d6b9a7b7e47625dd4e153943fffb499d28.tar.bz2 aports-9ca764d6b9a7b7e47625dd4e153943fffb499d28.tar.xz | |
testing/libseccomp: new aport
ref #3963
Diffstat (limited to 'testing/libseccomp/remove-redefinition-prctl.patch')
| -rw-r--r-- | testing/libseccomp/remove-redefinition-prctl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libseccomp/remove-redefinition-prctl.patch b/testing/libseccomp/remove-redefinition-prctl.patch new file mode 100644 index 0000000000..2ea88fe057 --- /dev/null +++ b/testing/libseccomp/remove-redefinition-prctl.patch @@ -0,0 +1,10 @@ +--- ./src/system.c.orig ++++ ./src/system.c +@@ -21,7 +21,6 @@ + + #include <stdlib.h> + #include <errno.h> +-#include <sys/prctl.h> + + #include <seccomp.h> + |
