Change "long" to "uint32" in the create_time struct.
[rsync/rsync-patches.git] / crtimes.diff
index 439020f..70570f3 100644 (file)
@@ -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;
 +};
 +