diff options
author | Nick Kralevich <nnk@google.com> | 2013-09-09 19:47:14 +0200 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-09-09 19:47:14 +0200 |
commit | 3328e3bc81161c2a57ea94d304162276facdd826 (patch) | |
tree | ecd8762bc38d8db05b1175ec392ae3ed54cbd0a8 /minzip/DirUtil.h | |
parent | recovery: fix use of init reboot method (diff) | |
download | android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.tar android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.tar.gz android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.tar.bz2 android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.tar.lz android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.tar.xz android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.tar.zst android_bootable_recovery-3328e3bc81161c2a57ea94d304162276facdd826.zip |
Diffstat (limited to 'minzip/DirUtil.h')
-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 } |