X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6191429b509f0bb055a27f44a30b6b0711c4a82d..7ed6bc53b90ddfe262b9df467b147750a0e822e0:/rsync.c diff --git a/rsync.c b/rsync.c index d9179314..731528fe 100644 --- a/rsync.c +++ b/rsync.c @@ -337,11 +337,11 @@ mode_t dest_mode(mode_t flist_mode, mode_t stat_mode, int dflt_perms, return new_mode; } -int set_file_attrs(const char *fname, struct file_struct *file, statx *sxp, +int set_file_attrs(const char *fname, struct file_struct *file, stat_x *sxp, const char *fnamecmp, int flags) { int updated = 0; - statx sx2; + stat_x sx2; int change_uid, change_gid; mode_t new_mode = file->mode; int inherit;