diff options
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index c448716..4d294df 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -327,7 +327,7 @@ static struct cdevsw sio_cdevsw = { .d_kqfilter = ttykqfilter, }; -int comconsole = -1; +static int comconsole = -1; static volatile speed_t comdefaultrate = CONSPEED; static u_long comdefaultrclk = DEFAULT_RCLK; SYSCTL_ULONG(_machdep, OID_AUTO, conrclk, CTLFLAG_RW, &comdefaultrclk, 0, ""); |