Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/rasops Fix RASOPS_SMALL build



details:   https://anonhg.NetBSD.org/src/rev/c2620ed784fb
branches:  trunk
changeset: 767639:c2620ed784fb
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Jul 25 18:02:47 2011 +0000

description:
Fix RASOPS_SMALL build

diffstat:

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

diffs (34 lines):

diff -r 83a0a16fd671 -r c2620ed784fb sys/dev/rasops/rasops24.c
--- a/sys/dev/rasops/rasops24.c Mon Jul 25 16:32:43 2011 +0000
+++ b/sys/dev/rasops/rasops24.c Mon Jul 25 18:02:47 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rasops24.c,v 1.28 2010/05/04 04:57:34 macallan Exp $   */
+/*     $NetBSD: rasops24.c,v 1.29 2011/07/25 18:02:47 njoly Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.28 2010/05/04 04:57:34 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.29 2011/07/25 18:02:47 njoly Exp $");
 
 #include "opt_rasops.h"
 
@@ -53,7 +53,6 @@
 static void    rasops24_putchar12(void *, int, int, u_int, long attr);
 static void    rasops24_putchar16(void *, int, int, u_int, long attr);
 static void    rasops24_makestamp(struct rasops_info *, long);
-#endif
 
 /*
  * 4x1 stamp for optimized character blitting
@@ -61,6 +60,7 @@
 static int32_t stamp[64];
 static long    stamp_attr;
 static int     stamp_mutex;    /* XXX see note in readme */
+#endif
 
 /*
  * XXX this confuses the hell out of gcc2 (not egcs) which always insists



Home | Main Index | Thread Index | Old Index