From: Jim Meyering Date: Sat, 17 Dec 2005 10:43:12 +0000 (+0000) Subject: (cp_option_init) [umask_kill]: Remove member. X-Git-Tag: v6.0~1087 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=406a9d36363f979ef8d06b6b9629509d63b605e7;p=thirdparty%2Fcoreutils.git (cp_option_init) [umask_kill]: Remove member. --- diff --git a/src/copy.h b/src/copy.h index 8ef0f9dd15..f08b625203 100644 --- a/src/copy.h +++ b/src/copy.h @@ -165,9 +165,6 @@ struct cp_options Create destination directories as usual. */ bool symbolic_link; - /* The bits to preserve in created files' modes. */ - mode_t umask_kill; - /* If true, do not copy a nondirectory that has an existing destination with the same or newer modification time. */ bool update;