summaryrefslogtreecommitdiff
path: root/community/tomoyo-tools
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
commite1b3d592f43a99f4ed7c91971deda6ce8414dd69 (patch)
tree38fecdc19b201d4d28df13c22e9b3b45bb469e4b /community/tomoyo-tools
parentd286d980d2ff42151e9bc81ec348c864c24f9cc4 (diff)
Mon Oct 17 14:16:38 UTC 2011
Diffstat (limited to 'community/tomoyo-tools')
-rw-r--r--community/tomoyo-tools/build-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/tomoyo-tools/build-fix.patch b/community/tomoyo-tools/build-fix.patch
deleted file mode 100644
index ca949072b..000000000
--- a/community/tomoyo-tools/build-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -wbBur tomoyo-tools/usr_lib_tomoyo/tomoyo-editpolicy-agent.c tomoyo-tools.my/usr_lib_tomoyo/tomoyo-editpolicy-agent.c
---- tomoyo-tools/usr_lib_tomoyo/tomoyo-editpolicy-agent.c 2011-08-06 04:00:00.000000000 +0400
-+++ tomoyo-tools.my/usr_lib_tomoyo/tomoyo-editpolicy-agent.c 2011-08-11 21:47:05.000000000 +0400
-@@ -35,6 +35,7 @@
- #include <dirent.h>
- #define _GNU_SOURCE
- #include <sched.h>
-+#include <linux/sched.h>
- #include <sys/mount.h>
-
- static _Bool wait_data(const int fd)