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/pci/meteor.c | |
| parent | 04228afa84a08b15d6e0c92e80717a7e04ef83bc (diff) | |
Notes
Diffstat (limited to 'sys/pci/meteor.c')
| -rw-r--r-- | sys/pci/meteor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index f12173bce4dc..0f50ddfba9b3 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -181,7 +181,7 @@ static d_ioctl_t meteor_ioctl; static d_mmap_t meteor_mmap; #define CDEV_MAJOR 67 -struct cdevsw meteor_cdevsw = +static struct cdevsw meteor_cdevsw = { meteor_open, meteor_close, meteor_read, meteor_write, /*67*/ meteor_ioctl, nostop, nullreset, nodevtotty,/* Meteor */ seltrue, meteor_mmap, NULL, "meteor", NULL, -1 }; |
