forward declare struct cdev, not cdevsw;

This commit is contained in:
Poul-Henning Kamp 2004-09-17 11:39:56 +00:00
parent 216d5bb528
commit c483711411
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135377

View File

@ -67,7 +67,7 @@ struct clist {
struct tty;
struct pps_state;
struct cdevsw;
struct cdev;
typedef int t_open_t(struct tty *, struct cdev *);
typedef void t_close_t(struct tty *);