From: Wayne Davison Date: Fri, 24 Feb 2006 01:56:14 +0000 (+0000) Subject: Moved the orig_umask variable's definition into main.c since it X-Git-Tag: v2.6.7pre3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92d6ff13c78b0ec3c86974dc93d85e23c4a180a;p=thirdparty%2Frsync.git Moved the orig_umask variable's definition into main.c since it has nothing to do with option settings. --- diff --git a/options.c b/options.c index df6e0bd1..f3039a7f 100644 --- 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;