If there is no lchown(), don't try to set the user & group of a symlink.
[rsync/rsync.git] / trimslash.c
index 7188274..8085224 100644 (file)
 int dry_run = 0;
 int read_only = 1;
 int list_only = 0;
+int preserve_perms = 0;
 
 /**
  * @file trimslash.c
  *
  * Test harness; not linked into release.
  **/
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
 {
        int i;