Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/ufs/lfs Pull up revision 1.38 (requested by simonb):
details: https://anonhg.NetBSD.org/src/rev/e93fe8be4509
branches: netbsd-1-4
changeset: 470480:e93fe8be4509
user: he <he%NetBSD.org@localhost>
date: Wed Mar 29 20:51:33 2000 +0000
description:
Pull up revision 1.38 (requested by simonb):
Prevent lfs_mountroot() from attempting to use a network device
as root.
(This revision is needed on some NetBSD platforms.)
diffstat:
sys/ufs/lfs/lfs_vfsops.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 70bdbf85bc3f -r e93fe8be4509 sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c Wed Mar 29 20:47:59 2000 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c Wed Mar 29 20:51:33 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_vfsops.c,v 1.28.2.7 2000/03/29 20:22:02 he Exp $ */
+/* $NetBSD: lfs_vfsops.c,v 1.28.2.8 2000/03/29 20:51:33 he Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -82,6 +82,7 @@
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/buf.h>
+#include <sys/device.h>
#include <sys/mbuf.h>
#include <sys/file.h>
#include <sys/disklabel.h>
Home |
Main Index |
Thread Index |
Old Index