From a92d6ff13c78b0ec3c86974dc93d85e23c4a180a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 24 Feb 2006 01:56:14 +0000 Subject: [PATCH] Moved the orig_umask variable's definition into main.c since it has nothing to do with option settings. --- options.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1