Make kqueue(2) work for virtual terminals.
PR: 40486 Submitted by: Jilles Tjoelker <jilles+fbsd-bugs@stack.nl>
This commit is contained in:
parent
5825c5cfa4
commit
35c72bc070
@ -221,7 +221,8 @@ static struct cdevsw sc_cdevsw = {
|
||||
/* maj */ CDEV_MAJOR,
|
||||
/* dump */ nodump,
|
||||
/* psize */ nopsize,
|
||||
/* flags */ D_TTY,
|
||||
/* flags */ D_TTY | D_KQFILTER,
|
||||
/* kqfilter */ ttykqfilter
|
||||
};
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user