From 039d440f5083528b335ed918ac450ab329ea84b8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Oct 2001 17:23:44 +0000 Subject: (struct cp_options): Rename members: s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/. --- src/copy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf