aboutsummaryrefslogtreecommitdiffstats
path: root/t_unsafe.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-01-25 16:51:10 -0800
committerWayne Davison <wayned@samba.org>2008-01-25 16:57:02 -0800
commite35ad79b1bb0239b50d08f80853acaf11dc13fac (patch)
treea6e1e2b07a19917aa7c21017205e11fdabaf0720 /t_unsafe.c
parentda01d2e84320680b1cf7502c2af9b426325a64fa (diff)
downloadandroid_external_rsync-e35ad79b1bb0239b50d08f80853acaf11dc13fac.tar.gz
android_external_rsync-e35ad79b1bb0239b50d08f80853acaf11dc13fac.tar.bz2
android_external_rsync-e35ad79b1bb0239b50d08f80853acaf11dc13fac.zip
Make do_chmod() report an error with -E.
Diffstat (limited to 't_unsafe.c')
-rw-r--r--t_unsafe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t_unsafe.c b/t_unsafe.c
index 5c989ed2..9b538968 100644
--- a/t_unsafe.c
+++ b/t_unsafe.c
@@ -29,6 +29,7 @@ int read_only = 0;
int list_only = 0;
int verbose = 0;
int preserve_perms = 0;
+int preserve_executability = 0;
int
main(int argc, char **argv)