If a module has no path setting, return an error.
[rsync/rsync.git] / trimslash.c
index 2188dc3..448064a 100644 (file)
 /* These are to make syscall.o shut up. */
 int dry_run = 0;
 int am_root = 0;
+int am_sender = 1;
 int read_only = 1;
 int list_only = 0;
 int preserve_perms = 0;
+int preserve_executability = 0;
+char number_separator = ',';
 
 int
 main(int argc, char **argv)