summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-13 17:23:44 +0000
committerJim Meyering <jim@meyering.net>2001-10-13 17:23:44 +0000
commit039d440f5083528b335ed918ac450ab329ea84b8 (patch)
tree491583f4e7805a6bf4414a11d34d30a6847defcb /src
parentf40532072e8166cc8a090a3650ef25ea4546bccb (diff)
downloadcoreutils-039d440f5083528b335ed918ac450ab329ea84b8.tar.xz
(struct cp_options): Rename members:
s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/.
Diffstat (limited to 'src')
-rw-r--r--src/copy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/copy.h b/src/copy.h
index 643cf8f1c..f6a3bad5e 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -96,8 +96,8 @@ struct cp_options
/* If nonzero, attempt to give the copies the original files' permissions,
owner, group, and timestamps. */
- int preserve_owner_and_group;
- int preserve_chmod_bits;
+ int preserve_ownership;
+ int preserve_mode;
int preserve_timestamps;
/* If nonzero and any of the above (for preserve) file attributes cannot