X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e0cfd15bcc96696206480cf48471bf08b9b45053..14dfad3873691b5ea9fe0170d9c7f6f5c9ea3179:/flist.c diff --git a/flist.c b/flist.c index a30616f5..60ce2ba6 100644 --- a/flist.c +++ b/flist.c @@ -1235,7 +1235,7 @@ static struct file_struct *send_file_name(int f, struct file_list *flist, { struct file_struct *file; #if defined SUPPORT_ACLS || defined SUPPORT_XATTRS - statx sx; + stat_x sx; #endif file = make_file(fname, flist, stp, flags, filter_level);