Increase the testrun timeout for slow compilefarm systems.
[rsync/rsync.git] / trimslash.c
index e5cf2f4..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)