From: Wayne Davison Date: Sat, 6 Feb 2010 21:53:19 +0000 (-0800) Subject: Change "long" to "uint32" in the create_time struct. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/4120ade31b5bfabf1a824b68295a67d359e7856c Change "long" to "uint32" in the create_time struct. --- diff --git a/crtimes.diff b/crtimes.diff index 439020f..70570f3 100644 --- a/crtimes.diff +++ b/crtimes.diff @@ -431,7 +431,7 @@ diff --git a/syscall.c b/syscall.c extern int preserve_executability; +struct create_time { -+ unsigned long length; ++ uint32 length; + struct timespec crtime; +}; +