freebsd-nq/sys/compat/linux
Bruce Evans 34eec0a169 Restored a non-egregious cast so that this file compiles on i386's
with 64-bit longs again.  This was fixed in rev.1.42 but the fix
rotted non-fatally in rev.1.105 and fatally in rev.1.137.

Many more non-egregrious casts are strictly required for conversions
from semi-opaque types to pointers, but we avoid most of them by using
types that are almost certain to be compatible with uintptr_t for
representing pointers (e.g., vm_offset_t).  Here we don't really want
the u_longs, but we have them because a.out.h and its support code
doesn't use typedefs (it uses unsigned in V7 and unsigned long in
FreeBSD) and is too obsolete to fix now.
2003-09-07 13:03:13 +00:00
..
linux_file.c Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00
linux_getcwd.c
linux_ioctl.c Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for 2003-06-28 19:32:07 +00:00
linux_ioctl.h
linux_ipc.c
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c Restored a non-egregious cast so that this file compiles on i386's 2003-09-07 13:03:13 +00:00
linux_signal.c
linux_signal.h
linux_socket.c
linux_socket.h
linux_stats.c Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00
linux_sysctl.c
linux_uid16.c
linux_util.c
linux_util.h