summaryrefslogtreecommitdiffstats
path: root/sys/sys/linedisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/linedisc.h')
-rw-r--r--sys/sys/linedisc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h
index 16bdb49..6cdc728 100644
--- a/sys/sys/linedisc.h
+++ b/sys/sys/linedisc.h
@@ -169,9 +169,9 @@ struct cdevsw {
d_read_t *d_read;
d_write_t *d_write;
d_ioctl_t *d_ioctl;
- d_stop_t *d_stop;
+ d_stop_t *d_bogostop;
d_reset_t *d_bogoreset; /* XXX not used */
- d_devtotty_t *d_devtotty;
+ d_devtotty_t *d_bogodevtotty; /* XXX not used */
d_poll_t *d_poll;
d_mmap_t *d_mmap;
d_strategy_t *d_strategy;
OpenPOWER on IntegriCloud