Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/dev Fixed kgdb support by including <sun2/dev/...



details:   https://anonhg.NetBSD.org/src/rev/4a5092fa5960
branches:  trunk
changeset: 534469:4a5092fa5960
user:      fredette <fredette%NetBSD.org@localhost>
date:      Sat Jul 27 15:55:36 2002 +0000

description:
Fixed kgdb support by including <sun2/dev/cons.h>.

diffstat:

 sys/arch/sun2/dev/zs_any.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00b891c7c282 -r 4a5092fa5960 sys/arch/sun2/dev/zs_any.c
--- a/sys/arch/sun2/dev/zs_any.c        Sat Jul 27 15:44:45 2002 +0000
+++ b/sys/arch/sun2/dev/zs_any.c        Sat Jul 27 15:55:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs_any.c,v 1.5 2001/11/26 18:06:36 fredette Exp $      */
+/*     $NetBSD: zs_any.c,v 1.6 2002/07/27 15:55:36 fredette Exp $      */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <machine/idprom.h>
 #include <machine/pmap.h>
-#include <dev/sun/cons.h>
+#include <sun2/dev/cons.h>
 #endif
 
 #include <sun2/sun2/machdep.h>



Home | Main Index | Thread Index | Old Index