diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-17 10:43:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-17 10:43:12 +0000 |
commit | 406a9d36363f979ef8d06b6b9629509d63b605e7 (patch) | |
tree | 7c209c5affc6119220e9408a66a624c4d7386cbd /src | |
parent | fdffb6bb480e23e928a6397732d94efb1103c224 (diff) | |
download | coreutils-406a9d36363f979ef8d06b6b9629509d63b605e7.tar.xz |
(cp_option_init) [umask_kill]: Remove member.
Diffstat (limited to 'src')
-rw-r--r-- | src/copy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/copy.h b/src/copy.h index 8ef0f9dd1..f08b62520 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; |