X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e1c1f8d4c9abe2fdc8157a2977aaec5901b7fce6..041359b073df4fe698ec80f2e0699a2585b2337b:/checksum-xattr.diff diff --git a/checksum-xattr.diff b/checksum-xattr.diff index 7de37d7..23febb9 100644 --- a/checksum-xattr.diff +++ b/checksum-xattr.diff @@ -8,11 +8,11 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make -based-on: 06886d36cfdcfb94f0d67f8964d22ee7c7872018 +based-on: 3b8f8192227b14e708bf535072485e50f4362270 diff --git a/flist.c b/flist.c --- a/flist.c +++ b/flist.c -@@ -1277,7 +1277,8 @@ struct file_struct *make_file(const char *fname, struct file_list *flist, +@@ -1309,7 +1309,8 @@ struct file_struct *make_file(const char *fname, struct file_list *flist, #endif if (always_checksum && am_sender && S_ISREG(st.st_mode)) { @@ -25,7 +25,7 @@ diff --git a/flist.c b/flist.c diff --git a/generator.c b/generator.c --- a/generator.c +++ b/generator.c -@@ -531,7 +531,8 @@ int unchanged_file(char *fn, struct file_struct *file, STRUCT_STAT *st) +@@ -532,7 +532,8 @@ int unchanged_file(char *fn, struct file_struct *file, STRUCT_STAT *st) of the file time to determine whether to sync */ if (always_checksum > 0 && S_ISREG(st->st_mode)) { char sum[MAX_DIGEST_LEN]; @@ -278,7 +278,7 @@ diff --git a/xattrs.c b/xattrs.c continue; } -@@ -914,6 +922,39 @@ int del_def_xattr_acl(const char *fname) +@@ -947,6 +955,39 @@ int del_def_xattr_acl(const char *fname) } #endif