1*7425Sroot /* uipc_domain.c 5.1 82/07/15 */ 2*7425Sroot 3*7425Sroot #include "../h/param.h" 4*7425Sroot #include "../h/systm.h" 5*7425Sroot #include "../h/dir.h" 6*7425Sroot #include "../h/user.h" 7*7425Sroot #include "../h/reg.h" 8*7425Sroot #include "../h/inode.h" 9*7425Sroot #include "../h/proc.h" 10*7425Sroot #include "../h/clock.h" 11*7425Sroot #include "../h/mtpr.h" 12*7425Sroot #include "../h/timeb.h" 13*7425Sroot #include "../h/times.h" 14*7425Sroot #include "../h/reboot.h" 15*7425Sroot #include "../h/fs.h" 16*7425Sroot #include "../h/conf.h" 17*7425Sroot #include "../h/buf.h" 18*7425Sroot #include "../h/mount.h" 19*7425Sroot 20