From 18aeccd206e6581339dd7d7a6200670cf222cc35 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 23 Mar 2008 17:05:43 +0000 Subject: setroot() is supposed to be safe in all cases, so kill the special cases for RB_DFLTROOT; ok miod --- sys/arch/sparc/sparc/autoconf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/arch/sparc') diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index f6c6fe6cb02..dfcf8622fcc 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.80 2007/06/01 19:25:10 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.81 2008/03/23 17:05:41 deraadt Exp $ */ /* $NetBSD: autoconf.c,v 1.73 1997/07/29 09:41:53 fair Exp $ */ /* @@ -425,10 +425,6 @@ bootpath_build() boothowto |= RB_ASKNAME; break; - case 'b': - boothowto |= RB_DFLTROOT; - break; - case 'c': boothowto |= RB_CONFIG; break; -- cgit v1.2.3