From: Jim Meyering Date: Sat, 13 Oct 2001 17:23:44 +0000 (+0000) Subject: (struct cp_options): Rename members: X-Git-Tag: FILEUTILS-4_1_1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=039d440f5083528b335ed918ac450ab329ea84b8;p=thirdparty%2Fcoreutils.git (struct cp_options): Rename members: s/preserve_owner_and_group/preserve_ownership/, and s/preserve_chmod_bits/preserve_mode/. --- diff --git a/src/copy.h b/src/copy.h index 643cf8f1c5..f6a3bad5e3 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