aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-06 03:07:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-06 03:07:58 +0000
commitb67cb27739631e0a6a1ce0abe335848c1c923dc3 (patch)
tree75ec02559d04ba44e36072473c537018276d6eee /sys
parent6ad0e7c5cca82b3f9c998102fd3f310a43ea96a5 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fb/splash_bmp.c4
-rw-r--r--sys/modules/splash/bmp/splash_bmp.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c
index 5f1d2b29d1675..95fc4210be682 100644
--- a/sys/dev/fb/splash_bmp.c
+++ b/sys/dev/fb/splash_bmp.c
@@ -587,7 +587,11 @@ static int
bmp_Draw(video_adapter_t *adp)
{
int line;
+#if 0
+#ifndef PC98
int i;
+#endif
+#endif
if (bmp_info.data == NULL) { /* init failed, do nothing */
return(1);
diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c
index 5f1d2b29d1675..95fc4210be682 100644
--- a/sys/modules/splash/bmp/splash_bmp.c
+++ b/sys/modules/splash/bmp/splash_bmp.c
@@ -587,7 +587,11 @@ static int
bmp_Draw(video_adapter_t *adp)
{
int line;
+#if 0
+#ifndef PC98
int i;
+#endif
+#endif
if (bmp_info.data == NULL) { /* init failed, do nothing */
return(1);