From 5b4ec7ec6b7da79652bef5eda4d01aa073a48f5f Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 1 Oct 2008 17:41:41 +0000 Subject: Remove function prototypes of nonexistent TTY functions. It turns out I overlooked some function prototypes that were actually TTY related, but were stored in to implement the D_TTY flag. Remove these prototypes now that they don't exist anymore. --- sys/sys/conf.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys') 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_ */ -- cgit v1.1