From 6787e5f9af1e0b9be55fd9217081ef276f100c45 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 1 Sep 2012 01:13:51 +0000 Subject: [PATCH] Use _KERNEL_OPT --- sys/ddb/db_output.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 40ab0b0a6862..0dfc65ad5a96 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_output.c,v 1.32 2012/09/01 00:28:12 matt Exp $ */ +/* $NetBSD: db_output.c,v 1.33 2012/09/01 01:13:51 matt Exp $ */ /* * Mach Operating System @@ -30,10 +30,12 @@ * Printf and character output for debugger. */ +#ifdef _KERNEL_OPT #include "opt_ddbparam.h" +#endif #include -__KERNEL_RCSID(0, "$NetBSD: db_output.c,v 1.32 2012/09/01 00:28:12 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_output.c,v 1.33 2012/09/01 01:13:51 matt Exp $"); #include #include