freebsd-src/sys/compat
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
..
freebsd32 Switch to using the emulator in the common compat area. 2003-08-23 00:04:53 +00:00
ia32 Switch to using the emulator in the common compat area. 2003-08-23 00:04:53 +00:00
linprocfs Whitespace cleanup. 2003-08-18 13:30:15 +00:00
linux Restored a non-egregious cast so that this file compiles on i386's 2003-09-07 13:03:13 +00:00
netbsd Don't include <sys/buf.h> needlessly. 2003-04-01 09:02:58 +00:00
pecoff Use __FBSDID(). 2003-06-10 21:29:12 +00:00
svr4 Remove dangling extern reference to swap_pager_full 2003-08-06 18:40:49 +00:00