Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Don't need to include opt_vax8600.h. Alway...



details:   https://anonhg.NetBSD.org/src/rev/9a950a1fc2c1
branches:  trunk
changeset: 480785:9a950a1fc2c1
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 20 00:07:49 2000 +0000

description:
Don't need to include opt_vax8600.h.  Always defined the 8600 specific bits.

diffstat:

 sys/arch/vax/vax/gencons.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4ad48b77eec5 -r 9a950a1fc2c1 sys/arch/vax/vax/gencons.h
--- a/sys/arch/vax/vax/gencons.h        Wed Jan 19 23:39:37 2000 +0000
+++ b/sys/arch/vax/vax/gencons.h        Thu Jan 20 00:07:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gencons.h,v 1.8 2000/01/17 04:55:26 matt Exp $ */
+/*     $NetBSD: gencons.h,v 1.9 2000/01/20 00:07:49 matt Exp $ */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -32,7 +32,6 @@
  */
 
  /* All bugs are subject to removal without further notice */
-#include "opt_vax8600.h"
 
 /*
  * Some definitions for generic console interface (PR 32-35)



Home | Main Index | Thread Index | Old Index