summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-10-01 17:41:41 +0000
committered <ed@FreeBSD.org>2008-10-01 17:41:41 +0000
commit5b4ec7ec6b7da79652bef5eda4d01aa073a48f5f (patch)
tree9b52486453cf9e11d343ad2a5a4481dbdbe53c19 /sys
parent59a4369f610215a6050fe6b6fd21809707edc88c (diff)
downloadFreeBSD-src-5b4ec7ec6b7da79652bef5eda4d01aa073a48f5f.zip
FreeBSD-src-5b4ec7ec6b7da79652bef5eda4d01aa073a48f5f.tar.gz
Remove function prototypes of nonexistent TTY functions.
It turns out I overlooked some function prototypes that were actually TTY related, but were stored in <sys/conf.h> to implement the D_TTY flag. Remove these prototypes now that they don't exist anymore.
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