1 /* uipc_domain.c 5.4 82/10/10 */ 2 3 #include "../h/param.h" 4 #include "../h/systm.h" 5 #include "../h/dir.h" 6 #include "../h/user.h" 7 #include "../h/reg.h" 8 #include "../h/inode.h" 9 #include "../h/proc.h" 10 #include "../h/timeb.h" 11 #include "../h/times.h" 12 #include "../h/reboot.h" 13 #include "../h/fs.h" 14 #include "../h/conf.h" 15 #include "../h/buf.h" 16 #include "../h/mount.h" 17 18 domain() 19 { 20 21 /* return a descriptor for the domain */ 22 } 23