From 7b08fdb1eb01a9f789423b722bf9752027eab802 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Dec 2005 10:46:23 +0000 Subject: [PATCH] (cp_option_init): Don't set umask_kill member. --- src/install.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install.c b/src/install.c index 116589a..5c9067f 100644 --- a/src/install.c +++ b/src/install.c @@ -153,7 +153,6 @@ cp_option_init (struct cp_options *x) x->mode = S_IRUSR | S_IWUSR; x->stdin_tty = false; - x->umask_kill = 0; x->update = false; x->verbose = false; x->dest_info = NULL; -- 2.7.4