diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-13 19:13:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-13 19:13:16 +0000 |
commit | ef549ef73e0e28c69d27f056cf29e92b56234292 (patch) | |
tree | 5de5000e971489ea64266d77f0275fd98f10869b /old/fileutils | |
parent | 6d334f8f628019bc95be9a64c8767595f7108f99 (diff) | |
download | coreutils-ef549ef73e0e28c69d27f056cf29e92b56234292.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 58d82f020..055fa3442 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,12 @@ * Version 4.1.1. + * src/copy.h (struct cp_options) [failed_unlink_is_fatal]: Remove + unused member. + * src/mv.c (cp_option_init): Don't set it. + * src/cp.c (cp_option_init): Likewise. + * src/install.c (cp_option_init): Likewise. + * src/copy.h (struct cp_options): Rename members: s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/. |