Moved the orig_umask variable's definition into main.c since it

has nothing to do with option settings.
This commit is contained in:
Wayne Davison
2006-02-24 01:56:14 +00:00
parent 05278935a3
commit a92d6ff13c

View File

@@ -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;