From 985542ffdd26f4c25eabccd68e8a1debb9c8d71e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 29 Oct 2018 14:29:45 +0000 Subject: irrelevant part snuck into previous commit; from semarie --- sys/kern/subr_prf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 3be1dfead2d..fd7441cae02 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_prf.c,v 1.96 2018/10/28 22:42:33 beck Exp $ */ +/* $OpenBSD: subr_prf.c,v 1.97 2018/10/29 14:29:44 deraadt Exp $ */ /* $NetBSD: subr_prf.c,v 1.45 1997/10/24 18:14:25 chuck Exp $ */ /*- @@ -113,7 +113,6 @@ int db_panic = 1; * to break into console during boot. It's _really_ useful when debugging * some things in the kernel that can cause init(8) to crash. */ -#define DDB_SAFE_CONSOLE #ifdef DDB_SAFE_CONSOLE int db_console = 1; #else -- cgit v1.2.3