From 3b3de9f7ed13da6c7d87d2152cb1014952136968 Mon Sep 17 00:00:00 2001 From: njoly Date: Mon, 25 Jul 2011 18:02:47 +0000 Subject: [PATCH] Fix RASOPS_SMALL build --- sys/dev/rasops/rasops24.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/rasops/rasops24.c b/sys/dev/rasops/rasops24.c index a107c7caaa40..1a2ada7696c8 100644 --- a/sys/dev/rasops/rasops24.c +++ b/sys/dev/rasops/rasops24.c @@ -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 -__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_putchar8(void *, int, int, u_int, long attr); 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 void rasops24_makestamp(struct rasops_info *, long); 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