summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-30 14:55:16 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-08 03:18:27 -0400
commit808696696837b8b8fc858f2e6f8d4e40e26e1308 (patch)
tree26a94328e3622b302bbbe98948d129f632a961f9 /nscd
parent61d95397de01ead73b828c6106a4a832d9681652 (diff)
nscd: drop selinux/flask.h include
Building nscd w/selinux enabled yields a warning which yields an error: In file included from selinux.c:32:0: /usr/include/selinux/flask.h:5:2: error: #warning "Please remove any #include's of this header in your source code." I've done just that and it builds cleanly with libselinux-2.4.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/selinux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nscd/selinux.c b/nscd/selinux.c
index e433b1b18a..806763f9bd 100644
--- a/nscd/selinux.c
+++ b/nscd/selinux.c
@@ -29,7 +29,6 @@
#include <unistd.h>
#include <sys/prctl.h>
#include <selinux/avc.h>
-#include <selinux/flask.h>
#include <selinux/selinux.h>
#ifdef HAVE_LIBAUDIT
# include <libaudit.h>