X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7341ee2dfd0c183d7c3878f511cebcd57003c173..13710874ce907cd9405f83814cbebbe73f884e2e:/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);