aboutsummaryrefslogtreecommitdiffstats
path: root/testing/checkpolicy
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:06:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:06:56 +0100
commitc10f2d9b183c51fddfcb61024d01a5bd21197694 (patch)
treebe05642071d1d25f7bd6a17684a76bd9bdfde63c /testing/checkpolicy
parent47d62840a0a17ab1d9abf62acd4542370fe5b7ad (diff)
downloadaports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.bz2
aports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.xz
Remove stale patches from testing
Diffstat (limited to 'testing/checkpolicy')
-rw-r--r--testing/checkpolicy/0001-remove-apple-ifdef.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/checkpolicy/0001-remove-apple-ifdef.patch b/testing/checkpolicy/0001-remove-apple-ifdef.patch
deleted file mode 100644
index 7f50510be2..0000000000
--- a/testing/checkpolicy/0001-remove-apple-ifdef.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/checkpolicy.c
-+++ b/checkpolicy.c
-@@ -71,13 +71,11 @@
- #include <fcntl.h>
- #include <stdio.h>
- #include <errno.h>
- #include <sys/mman.h>
-
--#ifdef __APPLE__
- #include <ctype.h>
--#endif
-
- #include <sepol/module_to_cil.h>
- #include <sepol/policydb/policydb.h>
- #include <sepol/policydb/services.h>
- #include <sepol/policydb/conditional.h>