URI: 
       tfreebsd 6 - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 96ce09f18429e86187139afd8b559ab2550d080d
   DIR parent f054210f2706748113c78cedfcdb9c2268f78928
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 30 Dec 2005 16:31:08 +0000
       
       freebsd 6
       
       Diffstat:
         M src/cmd/vbackup/mount-BSD.c         |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/src/cmd/vbackup/mount-BSD.c b/src/cmd/vbackup/mount-BSD.c
       t@@ -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