Change "long" to "uint32" in the create_time struct.
authorWayne Davison <wayned@samba.org>
Sat, 6 Feb 2010 21:53:19 +0000 (13:53 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 6 Feb 2010 21:53:19 +0000 (13:53 -0800)
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;
 +};
 +