Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/rasops Ooops, backout local change not intended to b...



details:   https://anonhg.NetBSD.org/src/rev/0324b46e204d
branches:  trunk
changeset: 785591:0324b46e204d
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 21 21:01:10 2013 +0000

description:
Ooops, backout local change not intended to be commited with the last change

diffstat:

 sys/dev/rasops/rasops32.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 6a36b70de21f -r 0324b46e204d sys/dev/rasops/rasops32.c
--- a/sys/dev/rasops/rasops32.c Thu Mar 21 21:00:12 2013 +0000
+++ b/sys/dev/rasops/rasops32.c Thu Mar 21 21:01:10 2013 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rasops32.c,v 1.26 2013/03/21 21:00:12 martin Exp $    */
+/*      $NetBSD: rasops32.c,v 1.27 2013/03/21 21:01:10 martin Exp $    */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops32.c,v 1.26 2013/03/21 21:00:12 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops32.c,v 1.27 2013/03/21 21:01:10 martin Exp $");
 
 #include "opt_rasops.h"
 
@@ -61,9 +61,9 @@
                ri->ri_bpos = 16;
        }
 
-//     if (FONT_IS_ALPHA(ri->ri_font)) {
-//             ri->ri_ops.putchar = rasops32_putchar_aa;
-//     } else
+       if (FONT_IS_ALPHA(ri->ri_font)) {
+               ri->ri_ops.putchar = rasops32_putchar_aa;
+       } else
                ri->ri_ops.putchar = rasops32_putchar;
 }
 



Home | Main Index | Thread Index | Old Index