Merged from sys/isa/syscons_isa.c revision 1.16.

This commit is contained in:
nyan 2001-06-26 11:46:42 +00:00
parent d06faaae4c
commit a8c1c674be
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;