Adding the --fake-super option.
[rsync/rsync.git] / trimslash.c
index bb5f1d8..6ab9638 100644 (file)
@@ -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;