freebsd 6
This commit is contained in:
parent
f054210f27
commit
96ce09f184
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue