aboutsummaryrefslogtreecommitdiffstats
path: root/minzip/DirUtil.h
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-10-16 10:47:27 -0700
committerKenny Root <kroot@google.com>2012-10-16 12:57:26 -0700
commit7eb7567aa3faebfb22bd052f3505d485ee23d585 (patch)
tree0462d8372a28cd14dc5a2389b25500687e7950c9 /minzip/DirUtil.h
parentbddbb5b370d925d6e5ae62d560f5e7ad09a6ffac (diff)
downloadbootable_recovery-7eb7567aa3faebfb22bd052f3505d485ee23d585.zip
bootable_recovery-7eb7567aa3faebfb22bd052f3505d485ee23d585.tar.gz
bootable_recovery-7eb7567aa3faebfb22bd052f3505d485ee23d585.tar.bz2
Remove HAVE_SELINUX guards
Change-Id: Ia96201f20f7838d7d9e8926208977d3f8318ced4
Diffstat (limited to 'minzip/DirUtil.h')
-rw-r--r--minzip/DirUtil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/minzip/DirUtil.h b/minzip/DirUtil.h
index f8be640..a5cfa76 100644
--- a/minzip/DirUtil.h
+++ b/minzip/DirUtil.h
@@ -24,12 +24,8 @@
extern "C" {
#endif
-#ifdef HAVE_SELINUX
#include <selinux/selinux.h>
#include <selinux/label.h>
-#else
-struct selabel_handle;
-#endif
/* Like "mkdir -p", try to guarantee that all directories
* specified in path are present, creating as many directories