From dfd2ba19ba599edf46ec6963119e40717eb6c179 Mon Sep 17 00:00:00 2001 From: pooka Date: Sun, 20 Sep 2009 23:02:31 +0000 Subject: [PATCH] default to AB_SILENT --- sys/rump/librump/rumpkern/emul.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/rump/librump/rumpkern/emul.c b/sys/rump/librump/rumpkern/emul.c index 54aa6a318003..12cf8287d0fa 100644 --- a/sys/rump/librump/rumpkern/emul.c +++ b/sys/rump/librump/rumpkern/emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: emul.c,v 1.94 2009/09/07 20:56:04 pooka Exp $ */ +/* $NetBSD: emul.c,v 1.95 2009/09/20 23:02:31 pooka Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.94 2009/09/07 20:56:04 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.95 2009/09/20 23:02:31 pooka Exp $"); #include #include @@ -81,7 +81,7 @@ struct vm_map *mb_map; struct timeval boottime; struct emul emul_netbsd; int cold = 1; -int boothowto; +int boothowto = AB_SILENT; struct tty *constty; char hostname[MAXHOSTNAMELEN];