]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cp_option_init) [umask_kill]: Remove member.
authorJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:43:12 +0000 (10:43 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:43:12 +0000 (10:43 +0000)
src/copy.h

index 8ef0f9dd15b33ab19a80b7d8755f43aeb24117c2..f08b625203c91cd0f91399ebe2beea0ebab0e373 100644 (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;