Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ddb Use _KERNEL_OPT



details:   https://anonhg.NetBSD.org/src/rev/aa7557c31913
branches:  trunk
changeset: 781330:aa7557c31913
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 01 01:13:51 2012 +0000

description:
Use _KERNEL_OPT

diffstat:

 sys/ddb/db_output.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8a400dff0b6d -r aa7557c31913 sys/ddb/db_output.c
--- a/sys/ddb/db_output.c       Sat Sep 01 00:49:02 2012 +0000
+++ b/sys/ddb/db_output.c       Sat Sep 01 01:13:51 2012 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index