X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7341ee2dfd0c183d7c3878f511cebcd57003c173..13710874ce907cd9405f83814cbebbe73f884e2e:/rsync.h diff --git a/rsync.h b/rsync.h index 17b6a33a..74fd0a91 100644 --- a/rsync.h +++ b/rsync.h @@ -846,7 +846,7 @@ typedef struct { #ifdef SUPPORT_XATTRS item_list *xattr; #endif -} statx; +} stat_x; #define ACL_READY(sx) ((sx).acc_acl != NULL) #define XATTR_READY(sx) ((sx).xattr != NULL)