diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index cca9acf6e079..d92f910a7ef3 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_variables.c,v 1.39 2007/02/22 04:38:06 matt Exp $ */ +/* $NetBSD: db_variables.c,v 1.40 2009/01/30 21:30:56 ad Exp $ */ /* * Mach Operating System @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: db_variables.c,v 1.39 2007/02/22 04:38:06 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_variables.c,v 1.40 2009/01/30 21:30:56 ad Exp $"); #include "opt_ddbparam.h" @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: db_variables.c,v 1.39 2007/02/22 04:38:06 matt Exp $ * panics. Initialize it so that it's patchable. */ #ifndef DDB_ONPANIC -#define DDB_ONPANIC 1 +#define DDB_ONPANIC 0 #endif int db_onpanic = DDB_ONPANIC;