diff options
Diffstat (limited to 'sys/dev/rc/rc.c')
-rw-r--r-- | sys/dev/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 83db4c6..206b38f 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -109,7 +109,7 @@ static d_stop_t rcstop; static d_ttycv_t rcdevtotty; #define CDEV_MAJOR 63 -struct cdevsw rc_cdevsw = +static struct cdevsw rc_cdevsw = { rcopen, rcclose, rcread, rcwrite, /*63*/ rcioctl, rcstop, nxreset, rcdevtotty,/* rc */ ttselect, nommap, NULL, "rc", NULL, -1 }; |