diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-08 23:23:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-08 23:23:00 +0000 |
| commit | d2f265fab89fec2b4d450a74eea4489401c61b1a (patch) | |
| tree | 0408fdddf8ea8eeab5dc960ead9a7c96a2e301bd /sys/dev/rc/rc.c | |
| parent | 04228afa84a08b15d6e0c92e80717a7e04ef83bc (diff) | |
Notes
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 83db4c634a29..206b38f21d19 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 }; |
