summaryrefslogtreecommitdiff
path: root/trimslash.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-24 07:32:44 +0000
committerWayne Davison <wayned@samba.org>2007-04-24 07:32:44 +0000
commit9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54 (patch)
tree17ce2427a5fbcaf3968c2d94635cda239b4f5712 /trimslash.c
parent2ed790f3541cd5803b285bb46b2cba02103cc88b (diff)
downloadrsync-9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54.tar.gz
Adding the --fake-super option.
Diffstat (limited to 'trimslash.c')
-rw-r--r--trimslash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trimslash.c b/trimslash.c
index bb5f1d87..6ab96388 100644
--- a/trimslash.c
+++ b/trimslash.c
@@ -22,6 +22,7 @@
/* These are to make syscall.o shut up. */
int dry_run = 0;
+int am_root = 0;
int read_only = 1;
int list_only = 0;
int preserve_perms = 0;