summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-04-26 20:28:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-04-26 20:28:26 +0000
commit5101cdf13e2bdb2ed775ae1ca18f4c0ee0ab92c0 (patch)
treee05c380984bb28cb9e8b64a741199d810dc47f29 /sys/kern/subr_prf.c
parent4c6b249d381cf4b6addb13c14b056435209680b9 (diff)
enable splassert (1) by default; requested and ok many
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r--sys/kern/subr_prf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c
index d1ace01438b..051c34cb10e 100644
--- a/sys/kern/subr_prf.c
+++ b/sys/kern/subr_prf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_prf.c,v 1.69 2006/12/11 05:08:18 deraadt Exp $ */
+/* $OpenBSD: subr_prf.c,v 1.70 2007/04/26 20:28:25 deraadt Exp $ */
/* $NetBSD: subr_prf.c,v 1.45 1997/10/24 18:14:25 chuck Exp $ */
/*-
@@ -132,7 +132,7 @@ int db_console = 0;
/*
* panic on spl assertion failure?
*/
-int splassert_ctl = 0;
+int splassert_ctl = 1;
/*
* v_putc: routine to putc on virtual console