xref: /csrg-svn/sys/kern/sys_process.c (revision 7426)
1*7426Sroot /*	sys_process.c	5.1	82/07/15	*/
2*7426Sroot 
3*7426Sroot #include "../h/param.h"
4*7426Sroot #include "../h/systm.h"
5*7426Sroot #include "../h/dir.h"
6*7426Sroot #include "../h/user.h"
7*7426Sroot #include "../h/proc.h"
8*7426Sroot #include "../h/inode.h"
9*7426Sroot #include "../h/reg.h"
10*7426Sroot #include "../h/text.h"
11*7426Sroot #include "../h/seg.h"
12*7426Sroot #include "../h/mtpr.h"
13*7426Sroot #include "../h/pte.h"
14*7426Sroot #include "../h/psl.h"
15*7426Sroot #include "../h/vm.h"
16*7426Sroot #include "../h/buf.h"
17*7426Sroot #include "../h/vlimit.h"
18*7426Sroot #include "../h/acct.h"
19*7426Sroot 
20