Module Name:    src
Committed By:   matt
Date:           Sat Sep  1 01:13:52 UTC 2012

Modified Files:
        src/sys/ddb: db_output.c

Log Message:
Use _KERNEL_OPT


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/ddb/db_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ddb/db_output.c
diff -u src/sys/ddb/db_output.c:1.32 src/sys/ddb/db_output.c:1.33
--- src/sys/ddb/db_output.c:1.32	Sat Sep  1 00:28:12 2012
+++ src/sys/ddb/db_output.c	Sat Sep  1 01:13:51 2012
@@ -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>

Reply via email to