plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 96ce09f18429e86187139afd8b559ab2550d080d
parent f054210f2706748113c78cedfcdb9c2268f78928
Author: rsc <devnull@localhost>
Date:   Fri, 30 Dec 2005 16:31:08 +0000

freebsd 6

Diffstat:
Msrc/cmd/vbackup/mount-BSD.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/cmd/vbackup/mount-BSD.c b/src/cmd/vbackup/mount-BSD.c @@ -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