Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons fix build



details:   https://anonhg.NetBSD.org/src/rev/fd0cab28a724
branches:  trunk
changeset: 326155:fd0cab28a724
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Tue Jan 21 00:36:11 2014 +0000

description:
fix build

diffstat:

 sys/dev/wscons/wsdisplay_vcons.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 86b06ba7a978 -r fd0cab28a724 sys/dev/wscons/wsdisplay_vcons.c
--- a/sys/dev/wscons/wsdisplay_vcons.c  Tue Jan 21 00:32:16 2014 +0000
+++ b/sys/dev/wscons/wsdisplay_vcons.c  Tue Jan 21 00:36:11 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wsdisplay_vcons.c,v 1.30 2014/01/21 00:10:46 mlelstv Exp $ */
+/*     $NetBSD: wsdisplay_vcons.c,v 1.31 2014/01/21 00:36:11 mlelstv Exp $ */
 
 /*-
  * Copyright (c) 2005, 2006 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsdisplay_vcons.c,v 1.30 2014/01/21 00:10:46 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsdisplay_vcons.c,v 1.31 2014/01/21 00:36:11 mlelstv Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -940,7 +940,7 @@
                                        vd->attrs[ppos] = scr->scr_attrs[pos];
                                }
 #else
-                               scr->scr_vd->putchar(cookie, l, c, scr->scr_chars[pos],
+                               vd->putchar(cookie, l, c, scr->scr_chars[pos],
                                    scr->scr_attrs[pos]);
 #endif
                                pos++;



Home | Main Index | Thread Index | Old Index