Use _KERNEL_OPT

This commit is contained in:
matt 2012-09-01 01:13:51 +00:00
parent b16dbd84e5
commit 6787e5f9af

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>
#include <sys/systm.h>