diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-07-10 00:46:44 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-07-10 00:46:44 +0000 |
| commit | d3659774640356fbcbdc97106d56417959a22c27 (patch) | |
| tree | e0fa2a446dd67c5e6ba3770fd34dc13db58b2902 /sys/dev/usb/ucom.c | |
| parent | c2dc90494727917e01501b2e2c7320b7b0da973d (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/ucom.c')
| -rw-r--r-- | sys/dev/usb/ucom.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index 8e697fe7e40ad..4aac9b889baaf 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -144,6 +144,9 @@ static struct cdevsw ucom_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ D_TTY | D_KQFILTER, +#if __FreeBSD_version < 500014 + /* bmaj */ -1, +#endif /* kqfilter */ ttykqfilter, }; |
