summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/rd_root.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/rd_root.c')
-rw-r--r--sys/arch/hp300/dev/rd_root.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/dev/rd_root.c b/sys/arch/hp300/dev/rd_root.c
index 561cd6a291f..f8218c1f691 100644
--- a/sys/arch/hp300/dev/rd_root.c
+++ b/sys/arch/hp300/dev/rd_root.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rd_root.c,v 1.3 1997/04/20 08:27:31 downsj Exp $ */
+/* $OpenBSD: rd_root.c,v 1.4 1998/07/19 16:08:07 deraadt Exp $ */
/* $NetBSD: rd_root.c,v 1.1 1996/05/20 01:17:31 chuck Exp $ */
/*
@@ -74,8 +74,4 @@ rd_open_hook(unit, rd)
int unit;
struct rd_conf *rd;
{
- if (unit == 0) {
- /* The root ramdisk only works single-user. */
- boothowto |= RB_SINGLE;
- }
}