search for: file_crtime

Displaying 2 results from an estimated 2 matches for "file_crtime".

2018 Jul 11
5
[Bug 13522] New: Patch fileflags.diff and crtimes.diff
...ba.org Reporter: bugzilla.samba.org-prf at jf-luce.name QA Contact: rsync-qa at samba.org rsync won't compile anymore after applying these 2 patches. Error: too few arguments to function call, expected 4, have 2 File : rsync.c Line : 614 : for if (cmp_time(sxp->crtime, file_crtime) != 0 -- You are receiving this mail because: You are the QA Contact for the bug.
2010 Sep 16
4
DO NOT REPLY [Bug 7685] New: rsync should not set the creation data on the root folder of an HFS+ volume
...--- rsync-3.0.7_orig/rsync.c 2010-09-16 10:49:54.000000000 -0500 +++ rsync-3.0.7/rsync.c 2010-09-16 10:50:43.000000000 -0500 @@ -480,6 +480,7 @@ if (sxp->crtime == 0) sxp->crtime = get_create_time(fname); if (cmp_time(sxp->crtime, file_crtime) != 0 + && sxp->st.st_ino != 2 // Don't set the creation date on the root folder of an HFS+ volume && set_create_time(fname, file_crtime) == 0) updated = 1; } ############## -- Configure bugmail: https://bugzi...