diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-16 15:10:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-16 15:10:44 +0800 |
commit | 71d9c522d45f4ade138534c1e43d7d3e3de5d2b8 (patch) | |
tree | 098f2fd2ce2f9629591dcbf60ce887fe303e1e3e /devel | |
parent | 87c59ce82cdae91a269496ec4ef4a5444baaeee4 (diff) | |
download | marcuscom-ports-71d9c522d45f4ade138534c1e43d7d3e3de5d2b8.tar.gz marcuscom-ports-71d9c522d45f4ade138534c1e43d7d3e3de5d2b8.tar.zst marcuscom-ports-71d9c522d45f4ade138534c1e43d7d3e3de5d2b8.zip |
This patch is no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13640 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/files/patch-bus_selinux.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/dbus/files/patch-bus_selinux.c b/devel/dbus/files/patch-bus_selinux.c deleted file mode 100644 index 024f863ef..000000000 --- a/devel/dbus/files/patch-bus_selinux.c +++ /dev/null @@ -1,31 +0,0 @@ ---- bus/selinux.c.orig 2010-02-13 13:50:50.000000000 -0500 -+++ bus/selinux.c 2010-02-13 13:56:22.000000000 -0500 -@@ -29,7 +29,6 @@ - #include "utils.h" - #include "config-parser.h" - --#ifdef HAVE_SELINUX - #include <sys/types.h> - #include <unistd.h> - #ifdef HAVE_ERRNO_H -@@ -38,10 +37,12 @@ - #include <limits.h> - #include <pthread.h> - #include <syslog.h> -+#ifdef HAVE_SELINUX - #include <selinux/selinux.h> - #include <selinux/avc.h> - #include <selinux/av_permissions.h> - #include <selinux/flask.h> -+#endif /* HAVE_LIBAUDIT */ - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> -@@ -49,7 +50,6 @@ - #ifdef HAVE_LIBAUDIT - #include <cap-ng.h> - #include <libaudit.h> --#endif /* HAVE_LIBAUDIT */ - #endif /* HAVE_SELINUX */ - - #define BUS_SID_FROM_SELINUX(sid) ((BusSELinuxID*) (sid)) |