diff options
author | Wayne Davison <wayned@samba.org> | 2003-01-21 01:35:23 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2003-01-21 01:35:23 +0000 |
commit | 522c05cf9a0cbb9b8f25ce7a49e9d1a3323e40da (patch) | |
tree | 0f0849495950273b5dd017d787c0d77b2b0753f0 /trimslash.c | |
parent | f0b4fdaf5e542135b6f1d5694550208cbd6fe9ec (diff) | |
download | rsync-522c05cf9a0cbb9b8f25ce7a49e9d1a3323e40da.tar.gz rsync-522c05cf9a0cbb9b8f25ce7a49e9d1a3323e40da.tar.bz2 rsync-522c05cf9a0cbb9b8f25ce7a49e9d1a3323e40da.zip |
Declare preserve_perms for latest syscall.o.
Diffstat (limited to 'trimslash.c')
-rw-r--r-- | trimslash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trimslash.c b/trimslash.c index 7188274d..1888d2fb 100644 --- a/trimslash.c +++ b/trimslash.c @@ -22,6 +22,7 @@ int dry_run = 0; int read_only = 1; int list_only = 0; +int preserve_perms = 0; /** * @file trimslash.c |