diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-16 20:23:48 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-16 20:23:48 +0000 |
| commit | bbf3a56610557428e5e7eaccee837a69043bfff4 (patch) | |
| tree | 339efa4ef833597457007ee0e04e1f79d39a16c5 /sys/nfs | |
| parent | f1b2407b0bf95d5b3a8754490f2ac2499319b52a (diff) | |
Notes
Diffstat (limited to 'sys/nfs')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 9742bd4b27fb..562c953fffda 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_vfsops.c,v 1.10 1995/01/03 07:44:10 jkh Exp $ + * $Id: nfs_vfsops.c,v 1.11 1995/03/16 18:15:40 bde Exp $ */ #include <sys/param.h> @@ -89,7 +89,7 @@ struct vfsops nfs_vfsops = { nfs_init, nfs_sysctl }; -VFS_SET(nfs_vfsops, nfs, MOUNT_NFS, 0); +VFS_SET(nfs_vfsops, nfs, MOUNT_NFS, VFCF_NETWORK); /* * This structure must be filled in by a primary bootstrap or bootstrap |
