Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the

beastie builds just fine without them and gets less warnings.
This commit is contained in:
Peter Wemm 1998-06-01 07:36:20 +00:00
parent efb92d53a6
commit f66ca81068
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36558

View File

@ -44,14 +44,8 @@ union nfsfh;
typedef union nfsfh nfsfh_t;
#include <sys/ucred.h>
#define mount __kern_mount
#include <sys/mount.h>
#undef mount
#include <nfs/rpcv2.h>
#define KERNEL
#define nfs_init __kern_nfs_init
#include <nfs/nfs.h>
#undef nfs_init
#undef KERNEL
#include <ufs/ufs/ufsmount.h>