X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/517cc92f23f39e7d2fd233bb43980daf2e04876f..a071aea21394c3ab530b03b1844ce199df666e53:/xattrs.diff diff --git a/xattrs.diff b/xattrs.diff index 2b8412d..74a00d9 100644 --- a/xattrs.diff +++ b/xattrs.diff @@ -227,6 +227,15 @@ TODO: return file; } +@@ -974,7 +985,7 @@ static struct file_struct *send_file_nam + unsigned short flags) + { + struct file_struct *file; +-#ifdef SUPPORT_ACLS ++#if defined SUPPORT_ACLS || defined SUPPORT_XATTRS + statx sx; + #endif + @@ -994,6 +1005,13 @@ static struct file_struct *send_file_nam return NULL; }