mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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:
parent
efb92d53a6
commit
f66ca81068
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36558
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user