Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev Include <pmax/pmax/cons.h> instead of <dev...



details:   https://anonhg.NetBSD.org/src/rev/cc2d5884ac5a
branches:  trunk
changeset: 479996:cc2d5884ac5a
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Dec 30 00:31:02 1999 +0000

description:
Include <pmax/pmax/cons.h> instead of <dev/cons.h> to get RCONSDEV.
That file includes <dev/cons.h>.

diffstat:

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

diffs (21 lines):

diff -r 54e3dfe858a1 -r cc2d5884ac5a sys/arch/pmax/dev/rcons.c
--- a/sys/arch/pmax/dev/rcons.c Thu Dec 30 00:29:53 1999 +0000
+++ b/sys/arch/pmax/dev/rcons.c Thu Dec 30 00:31:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.c,v 1.32 1999/08/26 20:49:40 thorpej Exp $       */
+/*     $NetBSD: rcons.c,v 1.33 1999/12/30 00:31:02 simonb Exp $        */
 
 /*
  * Copyright (c) 1995
@@ -59,10 +59,10 @@
 #include <pmax/pmax/maxine.h>
 #include <pmax/pmax/kn03.h>
 #include <pmax/pmax/asic.h>
+#include <pmax/pmax/cons.h>
 #include <pmax/pmax/turbochannel.h>
 #include <pmax/pmax/pmaxtype.h>
 #include <pmax/dev/rconsvar.h>
-#include <dev/cons.h>
 
 #include <sys/device.h>
 #include <machine/fbio.h>



Home | Main Index | Thread Index | Old Index