Module Name:    src
Committed By:   pooka
Date:           Sun Feb 20 19:45:45 UTC 2011

Modified Files:
        src/tests/rump/rumpkern: t_signals.c

Log Message:
explicitly set the signal model


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_signals.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/rump/rumpkern/t_signals.c
diff -u src/tests/rump/rumpkern/t_signals.c:1.1 src/tests/rump/rumpkern/t_signals.c:1.2
--- src/tests/rump/rumpkern/t_signals.c:1.1	Fri Jan 14 13:08:00 2011
+++ src/tests/rump/rumpkern/t_signals.c	Sun Feb 20 19:45:45 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_signals.c,v 1.1 2011/01/14 13:08:00 pooka Exp $	*/
+/*	$NetBSD: t_signals.c,v 1.2 2011/02/20 19:45:45 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -98,6 +98,8 @@
 {
 	int status;
 
+	rump_boot_setsigmodel(RUMP_SIGMODEL_PANIC);
+
 	switch (fork()) {
 	case 0:
 		rump_init();

Reply via email to