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
Thu Feb 11 11:19:57 MST 2010


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


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #8 from wayned at samba.org  2010-02-11 12:19 CST -------
I have used Steve's suggested fix of wrapping the structure with an alignment
pragma:

#pragma pack(push)
#pragma pack(4)
...create_time struct here...
#pragma pack(pop)

Since this is specific to OS X, I think that should be OK.  If that eventually
turns out to be problematic, Steve's suggested fix to use a byte array will be
used instead.


-- 
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