aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-08-11 11:31:18 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-08-11 11:31:18 +0000
commit628641f8a647a1892765a8bade2d2a3f289290ea (patch)
treee6c236fd414cfab792be9688579fe9d84d9da396 /sys/nfsclient
parent48b9e850794e3a39d78d45c10039aecb5e245b4c (diff)
Notes
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vfsops.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index df3fea517e9e..cc140931db29 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_vfsops.c,v 1.16 1995/06/27 11:06:51 dfr Exp $
+ * $Id: nfs_vfsops.c,v 1.17 1995/07/07 11:01:31 dfr Exp $
*/
#include <sys/param.h>
@@ -417,11 +417,7 @@ nfs_mountroot()
if (vfs_lock(mp))
panic("nfs_mountroot: vfs_lock");
-#if NetBSD >= 1994101
CIRCLEQ_INSERT_TAIL(&mountlist, mp, mnt_list);
-#else
- TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list);
-#endif
mp->mnt_flag |= MNT_ROOTFS;
mp->mnt_vnodecovered = NULLVP;
vfs_unlock(mp);