X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/65ecbe359f898940a7ff6f8b0b5088d001ab66ea..9127013998bd097f699897b0f2b142fe2ba71e9d:/checksum-xattr.diff diff --git a/checksum-xattr.diff b/checksum-xattr.diff index f2d76a6..bab3e0d 100644 --- a/checksum-xattr.diff +++ b/checksum-xattr.diff @@ -11,7 +11,7 @@ To use this patch, run these commands for a successful build: diff --git a/flist.c b/flist.c --- a/flist.c +++ b/flist.c -@@ -1224,7 +1224,8 @@ struct file_struct *make_file(const char *fname, struct file_list *flist, +@@ -1239,7 +1239,8 @@ struct file_struct *make_file(const char *fname, struct file_list *flist, memcpy(bp + basename_len, linkname, linkname_len); #endif @@ -180,7 +180,7 @@ diff --git a/xattrs.c b/xattrs.c typedef struct { char *datum, *name; -@@ -237,7 +243,9 @@ static int rsync_xal_get(const char *fname, item_list *xalp) +@@ -238,7 +244,9 @@ static int rsync_xal_get(const char *fname, item_list *xalp) || (am_root < 0 && (strcmp(name+RPRE_LEN+1, XSTAT_SUFFIX) == 0 || strcmp(name+RPRE_LEN+1, XACC_ACL_SUFFIX) == 0 @@ -191,7 +191,7 @@ diff --git a/xattrs.c b/xattrs.c continue; } -@@ -844,6 +852,39 @@ int del_def_xattr_acl(const char *fname) +@@ -886,6 +894,39 @@ int del_def_xattr_acl(const char *fname) } #endif