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/joy | |
parent | 04228afa84a08b15d6e0c92e80717a7e04ef83bc (diff) |
Notes
Diffstat (limited to 'sys/dev/joy')
-rw-r--r-- | sys/dev/joy/joy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 2955d1c865faf..99008ad04d940 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -91,7 +91,7 @@ static d_close_t joyclose; static d_read_t joyread; static d_ioctl_t joyioctl; -struct cdevsw joy_cdevsw = +static struct cdevsw joy_cdevsw = { joyopen, joyclose, joyread, nowrite, /*51*/ joyioctl, nostop, nullreset, nodevtotty,/*joystick */ seltrue, nommap, NULL, "joy", NULL, -1 }; |