K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2007-09-18T19:50:33.000000Z K 7 svn:log V 483 The kernel version of Linux statfs64 is actually supposed to take 3 arguments, but we had forgotten the second argument. Also make the Linux statfs64 struct depend on the architecture because it has an extra 4 bytes padding on amd64 compared to i386. The three argument fix is from David Taylor, the struct statfs64 stuff is my fault. With this patch I can install i386 Linux matlab on an amd64 machine. Submitted by: David Taylor Approved by: re (kensmith) END