merge with calder
[unix-history] / usr / src / sys / kern / uipc_domain.c
CommitLineData
4147b3f6 1/* uipc_domain.c 5.2 82/07/24 */
2f6bcc97
BJ
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/clock.h"
11#include "../h/mtpr.h"
12#include "../h/timeb.h"
13#include "../h/times.h"
14#include "../h/reboot.h"
15#include "../h/fs.h"
16#include "../h/conf.h"
17#include "../h/buf.h"
18#include "../h/mount.h"
19
4147b3f6
BJ
20cdomain()
21{
22
23 /* return a descriptor for the domain */
24}