only exclude nfs/rpcv2.h on FreeBSD 8+
This commit is contained in:
parent
a355ba22c9
commit
4a926f42d5
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#ifdef DARWIN
|
||||
#if !(defined(__FreeBSD__) && (__FreeBSD_version >= 800000))
|
||||
#include <nfs/rpcv2.h>
|
||||
#endif
|
||||
#include <nfs/nfsproto.h>
|
||||
|
|
Loading…
Reference in New Issue