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 - Nuke "asc.h" inclusion.



details:   https://anonhg.NetBSD.org/src/rev/0968d3708bc6
branches:  trunk
changeset: 476014:0968d3708bc6
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Sep 03 06:12:28 1999 +0000

description:
- Nuke "asc.h" inclusion.

diffstat:

 sys/arch/pmax/dev/findcons.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d6e614e5cdbe -r 0968d3708bc6 sys/arch/pmax/dev/findcons.c
--- a/sys/arch/pmax/dev/findcons.c      Fri Sep 03 05:25:43 1999 +0000
+++ b/sys/arch/pmax/dev/findcons.c      Fri Sep 03 06:12:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: findcons.c,v 1.15 1999/08/02 12:52:27 ad Exp $ */
+/*     $NetBSD: findcons.c,v 1.16 1999/09/03 06:12:28 nisimura Exp $   */
 
 /*
  * Copyright (c) 1998 Jonathan Stone
@@ -34,7 +34,7 @@
 
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: findcons.c,v 1.15 1999/08/02 12:52:27 ad Exp $$");
+__KERNEL_RCSID(0, "$NetBSD: findcons.c,v 1.16 1999/09/03 06:12:28 nisimura Exp $$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -69,7 +69,6 @@
 #include "dc_ioasic.h"
 #include "dtop.h"
 #include "scc.h"
-#include "asc.h"
 #include "tc.h"
 #include  "rasterconsole.h"
 



Home | Main Index | Thread Index | Old Index