1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(cp_option_init) [umask_kill]: Remove member.

This commit is contained in:
Jim Meyering
2005-12-17 10:43:12 +00:00
parent fdffb6bb48
commit 406a9d3636

View File

@@ -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;