aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-24 01:56:14 +0000
committerWayne Davison <wayned@samba.org>2006-02-24 01:56:14 +0000
commita92d6ff13c78b0ec3c86974dc93d85e23c4a180a (patch)
tree351104faa19737263a66e2d59eda7c6a077e6e53 /options.c
parent05278935a3556dc6848d2aed6ae4a450b4f771d7 (diff)
downloadandroid_external_rsync-a92d6ff13c78b0ec3c86974dc93d85e23c4a180a.tar.gz
android_external_rsync-a92d6ff13c78b0ec3c86974dc93d85e23c4a180a.tar.bz2
android_external_rsync-a92d6ff13c78b0ec3c86974dc93d85e23c4a180a.zip
Moved the orig_umask variable's definition into main.c since it
has nothing to do with option settings.
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 0 insertions, 1 deletions
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;