summaryrefslogtreecommitdiffstats
path: root/minzip/DirUtil.h
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-09-10 20:18:24 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-10 20:18:24 +0200
commit5ae88e899836e7e3350db55ac47aee6f219cf126 (patch)
tree101111302b6c12bb2593f9910ee73a29389ef222 /minzip/DirUtil.h
parentam 3b5a987c: recovery: fix use of init reboot method (diff)
parentRevert "Update OTA installer to understand SELinux filesystem labels" (diff)
downloadandroid_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.tar
android_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.tar.gz
android_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.tar.bz2
android_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.tar.lz
android_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.tar.xz
android_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.tar.zst
android_bootable_recovery-5ae88e899836e7e3350db55ac47aee6f219cf126.zip
Diffstat (limited to '')
-rw-r--r--minzip/DirUtil.h2
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
}