summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-17 10:43:12 +0000
committerJim Meyering <jim@meyering.net>2005-12-17 10:43:12 +0000
commit406a9d36363f979ef8d06b6b9629509d63b605e7 (patch)
tree7c209c5affc6119220e9408a66a624c4d7386cbd /src/copy.h
parentfdffb6bb480e23e928a6397732d94efb1103c224 (diff)
downloadcoreutils-406a9d36363f979ef8d06b6b9629509d63b605e7.tar.xz
(cp_option_init) [umask_kill]: Remove member.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h3
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;