summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-18 10:13:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-18 10:13:19 +0000
commit8ed53e05cbc0beeebb74d7c5a543138a66f39200 (patch)
tree906858deea1beabcfd4a77e185c441340fbbe59f
parent2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8ed53e05cbc0beeebb74d7c5a543138a66f39200.tar.bz2
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/vgainit.c: static graphic_on|off.
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog4
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/vgainit.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 9ff71afa17..035a308194 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * console/vgainit.c: static graphic_on|off.
+
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
diff --git a/c/src/lib/libbsp/i386/pc386/console/vgainit.c b/c/src/lib/libbsp/i386/pc386/console/vgainit.c
index 2dc89906dc..9dc658297f 100644
--- a/c/src/lib/libbsp/i386/pc386/console/vgainit.c
+++ b/c/src/lib/libbsp/i386/pc386/console/vgainit.c
@@ -65,8 +65,8 @@ extern int ROM_CHAR_HEIGHT; /* ROM character height*/
#endif
/* local data*/
-extern REGIO graphics_on[];
-extern REGIO graph_off[];
+static REGIO graphics_on[];
+static REGIO graph_off[];
/* entry points*/
void ega_hwinit(void);