]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cp_option_init): Don't set umask_kill member.
authorJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:46:23 +0000 (10:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:46:23 +0000 (10:46 +0000)
src/install.c

index 116589a4547a41ceeb13dc726f1e610db5fb7024..5c9067f3b851580cde6262cd7d8b2dde4da3e1d4 100644 (file)
@@ -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;