Searched hist:172220 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/compat/linux/
H A Dlinux_stats.cdiff 172220 Tue Sep 18 17:50:33 MDT 2007 dwmalone 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 <davidt_at_yadt.co.uk>
Approved by: re (kensmith)

Completed in 111 milliseconds