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 "px.h" requires inclusion.



details:   https://anonhg.NetBSD.org/src/rev/6c912c5acfa2
branches:  trunk
changeset: 472256:6c912c5acfa2
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Apr 26 04:34:00 1999 +0000

description:
"px.h" requires inclusion.

diffstat:

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

diffs (26 lines):

diff -r 325aceeafc45 -r 6c912c5acfa2 sys/arch/pmax/dev/rcons.c
--- a/sys/arch/pmax/dev/rcons.c Mon Apr 26 04:32:05 1999 +0000
+++ b/sys/arch/pmax/dev/rcons.c Mon Apr 26 04:34:00 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.c,v 1.25 1999/04/24 15:22:45 simonb Exp $        */
+/*     $NetBSD: rcons.c,v 1.26 1999/04/26 04:34:00 ad Exp $    */
 
 /*
  * Copyright (c) 1995
@@ -135,7 +135,7 @@
 
        /* Choose 'Gallant' font if this is an 8-bit display */
        if (ri.ri_depth == 8 && (cookie = wsfont_find("Gallant", 0, 0, 0)) >= 0)
-               wsfont_lock(cookie, &ri.ri_font, WSFONT_LITTLE, WSFONT_LITTLE);
+               wsfont_lock(cookie, &ri.ri_font, WSFONT_L2R, WSFONT_L2R);
 
        /* Get operations set and set framebugger colormap */
        rasops_init(&ri, 0, 80, 1, 0);
@@ -177,7 +177,6 @@
 {
        extern dev_t cn_in_dev; /* XXX rcons hackery */
 
-       /* Do we really need this? - ad */
        /*XXX*/ cn_in_dev = cn_tab->cn_dev; /*XXX*/ /* FIXME */
 
        fbconstty = &rcons_tty [0];



Home | Main Index | Thread Index | Old Index