summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/conf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index ec7d7d0..6939b86 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -319,15 +319,6 @@ int dump_write(struct dumperinfo *, void *, vm_offset_t, off_t, size_t);
void dumpsys(struct dumperinfo *);
extern int dumping; /* system is dumping */
-/* D_TTY related functions */
-d_close_t ttyclose;
-d_ioctl_t ttyioctl;
-d_kqfilter_t ttykqfilter;
-d_open_t ttyopen;
-d_poll_t ttypoll;
-d_read_t ttyread;
-d_write_t ttywrite;
-
#endif /* _KERNEL */
#endif /* !_SYS_CONF_H_ */
OpenPOWER on IntegriCloud