For some reason patch didn't remove these three lines first time around.

This commit is contained in:
Poul-Henning Kamp 1999-09-25 18:57:27 +00:00
parent 9ab8e01991
commit 90e928d621
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51663
2 changed files with 0 additions and 6 deletions

View File

@ -166,9 +166,6 @@ struct cdevsw {
d_read_t *d_read;
d_write_t *d_write;
d_ioctl_t *d_ioctl;
d_stop_t *d_bogostop;
d_reset_t *d_bogoreset; /* XXX not used */
d_devtotty_t *d_bogodevtotty; /* XXX not used */
d_poll_t *d_poll;
d_mmap_t *d_mmap;
d_strategy_t *d_strategy;

View File

@ -166,9 +166,6 @@ struct cdevsw {
d_read_t *d_read;
d_write_t *d_write;
d_ioctl_t *d_ioctl;
d_stop_t *d_bogostop;
d_reset_t *d_bogoreset; /* XXX not used */
d_devtotty_t *d_bogodevtotty; /* XXX not used */
d_poll_t *d_poll;
d_mmap_t *d_mmap;
d_strategy_t *d_strategy;