diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-10-29 14:29:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-10-29 14:29:45 +0000 |
commit | 985542ffdd26f4c25eabccd68e8a1debb9c8d71e (patch) | |
tree | 964e6641e0b33541ca702e63f2851dd9140c334b /sys/kern | |
parent | c538d7ac6a0855cfe6eef421f7ef216d98dd3849 (diff) |
irrelevant part snuck into previous commit; from semarie
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_prf.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |