summaryrefslogtreecommitdiffstats
path: root/sys/dev/sab/sab.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sab/sab.c')
-rw-r--r--sys/dev/sab/sab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c
index 56fd6ea..362e8b7 100644
--- a/sys/dev/sab/sab.c
+++ b/sys/dev/sab/sab.c
@@ -168,7 +168,7 @@ static struct cdevsw sabtty_cdevsw = {
.d_poll = ttypoll,
.d_name = "sabtty",
.d_maj = MAJOR_AUTO,
- .d_flags = D_TTY | D_KQFILTER,
+ .d_flags = D_TTY,
.d_kqfilter = ttykqfilter,
};
OpenPOWER on IntegriCloud