aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2001-06-26 11:46:42 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2001-06-26 11:46:42 +0000
commit439d7df917f827c559745fe0b0014015651d7e31 (patch)
treee438a690d358bcb99fbd9e53410f20328a13c37c /sys/pc98
parent7dbc5c43d483d82c14af15f1183c7e1e06e777c1 (diff)
downloadsrc-439d7df917f827c559745fe0b0014015651d7e31.tar.gz
src-439d7df917f827c559745fe0b0014015651d7e31.zip
Merged from sys/isa/syscons_isa.c revision 1.16.
Notes
Notes: svn path=/head/; revision=78812
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/syscons_cbus.c2
-rw-r--r--sys/pc98/pc98/syscons_pc98.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/syscons_cbus.c b/sys/pc98/cbus/syscons_cbus.c
index f576842884c7..24ecf9a6b102 100644
--- a/sys/pc98/cbus/syscons_cbus.c
+++ b/sys/pc98/cbus/syscons_cbus.c
@@ -137,7 +137,7 @@ int
sc_get_cons_priority(int *unit, int *flags)
{
int disabled;
- char *at;
+ const char *at;
int u, f;
*unit = -1;
diff --git a/sys/pc98/pc98/syscons_pc98.c b/sys/pc98/pc98/syscons_pc98.c
index f576842884c7..24ecf9a6b102 100644
--- a/sys/pc98/pc98/syscons_pc98.c
+++ b/sys/pc98/pc98/syscons_pc98.c
@@ -137,7 +137,7 @@ int
sc_get_cons_priority(int *unit, int *flags)
{
int disabled;
- char *at;
+ const char *at;
int u, f;
*unit = -1;