diff options
-rw-r--r-- | src/copy.h | 4 |
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 |