Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpkern default to AB_SILENT



details:   https://anonhg.NetBSD.org/src/rev/c2c910aa25c6
branches:  trunk
changeset: 747564:c2c910aa25c6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Sep 20 23:02:31 2009 +0000

description:
default to AB_SILENT

diffstat:

 sys/rump/librump/rumpkern/emul.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r aca185e4847e -r c2c910aa25c6 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Sun Sep 20 22:50:50 2009 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Sun Sep 20 23:02:31 2009 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
 #include <sys/malloc.h>
@@ -81,7 +81,7 @@
 struct timeval boottime;
 struct emul emul_netbsd;
 int cold = 1;
-int boothowto;
+int boothowto = AB_SILENT;
 struct tty *constty;
 
 char hostname[MAXHOSTNAMELEN];



Home | Main Index | Thread Index | Old Index