FileOpContext::preserve: make gboolean.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2012-11-21 14:25:27 +04:00
parent a5efdb67ce
commit 9903480096
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ typedef struct FileOpContext
/* Preserve the original files' owner, group, permissions, and
* timestamps (owner, group only as root).
*/
int preserve;
gboolean preserve;
/* If running as root, preserve the original uid/gid (we don't want to
* try chown for non root) preserve_uidgid = preserve && uid == 0