From 406a9d36363f979ef8d06b6b9629509d63b605e7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Dec 2005 10:43:12 +0000 Subject: [PATCH] (cp_option_init) [umask_kill]: Remove member. --- src/copy.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.47.3