Module Name:    src
Committed By:   kiyohara
Date:           Sun Dec 11 03:19:20 UTC 2011

Modified Files:
        src/sys/arch/acorn26/acorn26: cons_machdep.c

Log Message:
Split boot.h and memcreg.h for MKSYMS and MODULAR.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/acorn26/acorn26/cons_machdep.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/arch/acorn26/acorn26/cons_machdep.c
diff -u src/sys/arch/acorn26/acorn26/cons_machdep.c:1.12 src/sys/arch/acorn26/acorn26/cons_machdep.c:1.13
--- src/sys/arch/acorn26/acorn26/cons_machdep.c:1.12	Wed Mar 18 10:22:21 2009
+++ src/sys/arch/acorn26/acorn26/cons_machdep.c	Sun Dec 11 03:19:20 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: cons_machdep.c,v 1.12 2009/03/18 10:22:21 cegger Exp $ */
+/* $NetBSD: cons_machdep.c,v 1.13 2011/12/11 03:19:20 kiyohara Exp $ */
 /*-
  * Copyright (c) 1998 Ben Harris
  * All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.12 2009/03/18 10:22:21 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.13 2011/12/11 03:19:20 kiyohara Exp $");
 
 #include <sys/param.h>
 #include <sys/syslog.h>
@@ -48,7 +48,8 @@ __KERNEL_RCSID(0, "$NetBSD: cons_machdep
 #include <machine/db_machdep.h>
 #include <ddb/db_extern.h>
 #include <ddb/db_interface.h>
-
+#endif
+#if NKSYMS || defined(DDB) || defined(MODULAR)
 #include <machine/boot.h>
 #include <machine/memcreg.h>
 #endif

Reply via email to