my mail client incorrectly set the MIME-type of the patch attached to the original submission. sorry about that.

--- rsync-2.6.9.orig/hlink.c.orig       2009-01-28 00:37:27.000000000 -0500
+++ rsync-2.6.9/hlink.c 2009-01-28 23:01:22.000000000 -0500
@@ -316,6 +316,9 @@
                        continue;
                hlink2 = f_name(file, NULL);
                statret = link_stat(hlink2, &sx.st, 0);
+#ifdef SUPPORT_ACLS
+               sx.acc_acl = sx.def_acl = NULL; 
+#endif
                maybe_hard_link(file, ndx, hlink2, statret, &sx,
                                hlink1, &st, itemizing, code);
 #ifdef SUPPORT_ACLS

Reply via email to