diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-18 10:15:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-18 10:15:21 +0000 |
commit | 41507d0536c7bedc50e77855f990357acc99c89d (patch) | |
tree | bece79de9169cc7c67c345e4ebc98a9f143c01b3 /sys | |
parent | 19c1d13824edbaf2ed9f4061d2667b71abb76e2c (diff) |
oops
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nfs/nfs_vfsops.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 2a2820b9270..596e5448624 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vfsops.c,v 1.18 1997/04/18 09:30:48 deraadt Exp $ */ +/* $OpenBSD: nfs_vfsops.c,v 1.19 1997/04/18 10:15:20 deraadt Exp $ */ /* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */ /* @@ -268,9 +268,6 @@ nfs_mountroot() procp = curproc; /* XXX */ - if (root_device->dv_class != DV_IFNET) - return (ENODEV); - /* * XXX time must be non-zero when we init the interface or else * the arp code will wedge. [Fixed now in if_ether.c] |