Module Name: src
Committed By: pooka
Date: Sun Sep 20 23:02:31 UTC 2009
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
default to AB_SILENT
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/rump/librump/rumpkern/emul.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/emul.c
diff -u src/sys/rump/librump/rumpkern/emul.c:1.94 src/sys/rump/librump/rumpkern/emul.c:1.95
--- src/sys/rump/librump/rumpkern/emul.c:1.94 Mon Sep 7 20:56:04 2009
+++ src/sys/rump/librump/rumpkern/emul.c Sun Sep 20 23:02:31 2009
@@ -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];