only exclude nfs/rpcv2.h on FreeBSD 8+

This commit is contained in:
Doug MacEachern 2009-07-31 14:51:14 -07:00
parent a355ba22c9
commit 4a926f42d5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <sys/param.h> #include <sys/param.h>
#include <sys/mount.h> #include <sys/mount.h>
#ifdef DARWIN #if !(defined(__FreeBSD__) && (__FreeBSD_version >= 800000))
#include <nfs/rpcv2.h> #include <nfs/rpcv2.h>
#endif #endif
#include <nfs/nfsproto.h> #include <nfs/nfsproto.h>