K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2007-12-08T08:48:08.000000Z K 7 svn:log V 433 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. Approved by: re (kensmith) END