diff options
author | Nick Kralevich <nnk@google.com> | 2013-09-10 20:20:39 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-10 20:20:39 +0200 |
commit | 863f4ef587fad3c7263fc5bb66e69d088307f154 (patch) | |
tree | f4d79a3a987132aa024da2592e552bfc78b1980d /minzip/DirUtil.h | |
parent | allow CheckKey to request mounting /system (diff) | |
parent | am 3328e3bc: Revert "Update OTA installer to understand SELinux filesystem labels" (diff) | |
download | android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.tar android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.tar.gz android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.tar.bz2 android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.tar.lz android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.tar.xz android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.tar.zst android_bootable_recovery-863f4ef587fad3c7263fc5bb66e69d088307f154.zip |
Diffstat (limited to '')
-rw-r--r-- | minzip/DirUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minzip/DirUtil.h b/minzip/DirUtil.h index 3e12a0bf5..a5cfa761b 100644 --- a/minzip/DirUtil.h +++ b/minzip/DirUtil.h @@ -54,7 +54,7 @@ int dirUnlinkHierarchy(const char *path); * Sets directories to <dirMode> and files to <fileMode>. Skips symlinks. */ int dirSetHierarchyPermissions(const char *path, - int uid, int gid, int dirMode, int fileMode, const char* secontext); + int uid, int gid, int dirMode, int fileMode); #ifdef __cplusplus } |