freebsd-nq/sys/compat
Marcel Moolenaar 3e25ce2310 Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
like we have on other platforms. Move savectx() to <machine/pcb.h>.
A lot of files got these MD prototypes through the indirect inclusion
of <machine/cpu.h> and now need to include <machine/md_var.h>. The
number of which is unexpectedly large...

osf1_misc.c especially is tricky because szsigcode is redefined in
one of the osf1 header files. Reordering of the include files was
needed.

linprocfs.c now needs an explicit extern declaration.

Tested with: LINT
2003-08-17 06:42:08 +00:00
..
freebsd32 Use __FBSDID(). 2003-07-25 21:19:19 +00:00
ia32 Use __FBSDID(). 2003-07-25 21:19:19 +00:00
linprocfs Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> 2003-08-17 06:42:08 +00:00
linux Try to make 'uname -a' look more like it does on Linux: 2003-07-29 10:03:15 +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