aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-selinux.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-13 20:11:06 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-13 20:11:06 -0600
commitb34df9dd817069ade7e0526a59aaa9d3f2beb806 (patch)
treec8f11e45e5559636515cc5b10f77f526168e7214 /src/rc/rc-selinux.c
parent6f02069746f4d8a2331ab7e000abdca9bbdd622d (diff)
fix selinux build
Diffstat (limited to 'src/rc/rc-selinux.c')
-rw-r--r--src/rc/rc-selinux.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rc/rc-selinux.c b/src/rc/rc-selinux.c
index 3e484a67..ed89be1e 100644
--- a/src/rc/rc-selinux.c
+++ b/src/rc/rc-selinux.c
@@ -15,8 +15,6 @@
* except according to the terms contained in the LICENSE file.
*/
-#ifdef HAVE_SELINUX
-
#include <stddef.h>
#include <errno.h>
#include <dlfcn.h>
@@ -386,5 +384,3 @@ out:
free(run_init_t);
free(curr_t);
}
-
-#endif