header file changes; still wont work (interface to socket code)
[unix-history] / usr / src / sys / kern / uipc_domain.c
CommitLineData
b9fda884 1/* uipc_domain.c 5.4 82/10/10 */
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"
2f6bcc97
BJ
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
747e95f0 18domain()
4147b3f6
BJ
19{
20
21 /* return a descriptor for the domain */
22}