artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c273377
)
oops
author
deraadt
<deraadt@openbsd.org>
Fri, 18 Apr 1997 10:15:20 +0000
(10:15 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 18 Apr 1997 10:15:20 +0000
(10:15 +0000)
sys/nfs/nfs_vfsops.c
patch
|
blob
|
history
diff --git
a/sys/nfs/nfs_vfsops.c
b/sys/nfs/nfs_vfsops.c
index
2a2820b
..
596e544
100644
(file)
--- a/
sys/nfs/nfs_vfsops.c
+++ b/
sys/nfs/nfs_vfsops.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nfs_vfsops.c,v 1.1
8 1997/04/18 09:30:48
deraadt Exp $ */
+/* $OpenBSD: nfs_vfsops.c,v 1.1
9 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]