Declare preserve_perms for latest syscall.o.
authorWayne Davison <wayned@samba.org>
Tue, 21 Jan 2003 01:35:23 +0000 (01:35 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 21 Jan 2003 01:35:23 +0000 (01:35 +0000)
t_unsafe.c
tls.c
trimslash.c

index 47c06ac9e39afd32bd0cd60d993379c815ef9107..150f361a0e904529fe900cea070996520de1a2f3 100644 (file)
@@ -28,6 +28,7 @@
 #include "rsync.h"
 
 int dry_run, read_only, list_only, verbose;
+int preserve_perms = 0;
 
 
 int main(int argc, char **argv)
diff --git a/tls.c b/tls.c
index 0c310e4a18c7d74b2032c145e46ec441a46c6ebc..c91f4db94e45cba521d565e66cb6567e36070c86 100644 (file)
--- a/tls.c
+++ b/tls.c
@@ -46,6 +46,7 @@
 int dry_run = 0;
 int read_only = 1;
 int list_only = 0;
+int preserve_perms = 0;
 
 
 static void failed (char const *what,
index 7188274d9d2c66122c12e83b8faaa36dfee54655..1888d2fb913858a422173631beaddb906ec49a21 100644 (file)
@@ -22,6 +22,7 @@
 int dry_run = 0;
 int read_only = 1;
 int list_only = 0;
+int preserve_perms = 0;
 
 /**
  * @file trimslash.c