Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax Nuke mistakenly introduced #include "rast...



details:   https://anonhg.NetBSD.org/src/rev/a345de286ead
branches:  trunk
changeset: 481643:a345de286ead
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu Feb 03 04:23:36 2000 +0000

description:
Nuke mistakenly introduced #include "rasterconsole.h".

diffstat:

 sys/arch/pmax/pmax/dec_5100.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 6f36f5fc3fa5 -r a345de286ead sys/arch/pmax/pmax/dec_5100.c
--- a/sys/arch/pmax/pmax/dec_5100.c     Thu Feb 03 04:19:59 2000 +0000
+++ b/sys/arch/pmax/pmax/dec_5100.c     Thu Feb 03 04:23:36 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_5100.c,v 1.19 2000/02/03 04:09:04 nisimura Exp $ */
+/* $NetBSD: dec_5100.c,v 1.20 2000/02/03 04:23:36 nisimura Exp $ */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -49,12 +49,6 @@
 
 #include <pmax/ibus/ibusvar.h>
 
-#include "rasterconsole.h"
-
-
-/*
- * Forward declarations
- */
 void           dec_5100_init __P((void));              /* XXX */
 static void    dec_5100_bus_reset __P((void));
 static void    dec_5100_cons_init __P((void));
@@ -65,7 +59,6 @@
 static void    dec_5100_intr_disestablish __P((struct device *, void *));
 static void    dec_5100_memintr __P((void));
 
-
 void
 dec_5100_init()
 {



Home | Main Index | Thread Index | Old Index