From 4120ade31b5bfabf1a824b68295a67d359e7856c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 6 Feb 2010 13:53:19 -0800 Subject: [PATCH] Change "long" to "uint32" in the create_time struct. --- crtimes.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; +}; + -- 2.34.1