1*69327Spendry /*
2*69327Spendry  * Copyright (c) 1995 Jan-Simon Pendry
3*69327Spendry  * Copyright (c) 1995
4*69327Spendry  *	The Regents of the University of California.  All rights reserved.
5*69327Spendry  *
6*69327Spendry  * This code is derived from software contributed to Berkeley by
7*69327Spendry  * Jan-Simon Pendry.
8*69327Spendry  *
9*69327Spendry  * %sccs.include.redist.c%
10*69327Spendry  *
11*69327Spendry  *	@(#)misc-bsd44l.h	8.1 (Berkeley) 05/10/95
12*69327Spendry  *
13*69327Spendry  */
14*69327Spendry 
15*69327Spendry #define M_NEWTYPE	0
16*69327Spendry 
17*69327Spendry #include <sys/ucred.h>
18*69327Spendry #include <nfs/rpcv2.h>
19*69327Spendry #define NFS_NPROCS	26		/* from <nfs/nfsproto.h> */
20*69327Spendry #include <nfs/nfs.h>
21*69327Spendry 
22*69327Spendry #include <ufs/ufs/ufsmount.h>
23