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 "px.h" - rcons_connect_native is o...



details:   https://anonhg.NetBSD.org/src/rev/39c478e041d9
branches:  trunk
changeset: 472185:39c478e041d9
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 24 15:22:45 1999 +0000

description:
Include "px.h" - rcons_connect_native is only compiled in of NPX > 0.
Fixes PR port-pmax/7456 from Jason Thorpe.

diffstat:

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

diffs (17 lines):

diff -r b0691fc2100c -r 39c478e041d9 sys/arch/pmax/dev/rcons.c
--- a/sys/arch/pmax/dev/rcons.c Sat Apr 24 15:04:32 1999 +0000
+++ b/sys/arch/pmax/dev/rcons.c Sat Apr 24 15:22:45 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.c,v 1.24 1999/04/24 08:01:06 simonb Exp $        */
+/*     $NetBSD: rcons.c,v 1.25 1999/04/24 15:22:45 simonb Exp $        */
 
 /*
  * Copyright (c) 1995
@@ -77,6 +77,7 @@
 #include <pmax/dev/lk201var.h>
 
 #include "fb.h"
+#include "px.h"
 
 /*
  * Console I/O is redirected to the appropriate device, either a screen and



Home | Main Index | Thread Index | Old Index