]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Moved the orig_umask variable's definition into main.c since it
authorWayne Davison <wayned@samba.org>
Fri, 24 Feb 2006 01:56:14 +0000 (01:56 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 24 Feb 2006 01:56:14 +0000 (01:56 +0000)
has nothing to do with option settings.

options.c

index df6e0bd195a4eca2aef05741d1da78f8ad3a6dbb..f3039a7fc2e93a10229e9cc47182fb3fc2e2db8d 100644 (file)
--- a/options.c
+++ b/options.c
@@ -75,7 +75,6 @@ int am_server = 0;
 int am_sender = 0;
 int am_generator = 0;
 int am_starting_up = 1;
-int orig_umask = 0;
 int relative_paths = -1;
 int implied_dirs = 1;
 int numeric_ids = 0;