aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-07-10 00:46:44 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-07-10 00:46:44 +0000
commitd3659774640356fbcbdc97106d56417959a22c27 (patch)
treee0fa2a446dd67c5e6ba3770fd34dc13db58b2902
parentc2dc90494727917e01501b2e2c7320b7b0da973d (diff)
Notes
-rw-r--r--sys/dev/usb/ucom.c3
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,
};