freebsd 6
This commit is contained in:
parent
f054210f27
commit
96ce09f184
@ -13,6 +13,9 @@
|
||||
#include <nfs/nfsproto.h>
|
||||
#if defined(__FreeBSD_version) && __FreeBSD_version >= 500000
|
||||
# include <nfsclient/nfs.h>
|
||||
# ifndef MNT_NODEV
|
||||
# define MNT_NODEV 0
|
||||
# endif
|
||||
#else
|
||||
# include <nfs/nfs.h>
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user