mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue