DO NOT REPLY [Bug 6276] crtimes.patch does not preserve creation dates on Mac x86_64 only

samba-bugs at samba.org samba-bugs at samba.org
Sat Feb 6 14:57:01 MST 2010


https://bugzilla.samba.org/show_bug.cgi?id=6276





------- Comment #7 from wayned at samba.org  2010-02-06 15:57 CST -------
Thanks for the detailed analysis!  I'm thinking that all we need to do is to
change "unsigned long" to "uint32" in the create_time structure.  I've checked
in that change into the patches repo (both branches).  Would you try that and
see if it works?

 +struct create_time {
-+      unsigned long length;
++      uint32 length;
 +      struct timespec crtime;
 +};


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list