aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2003-08-25 22:01:06 +0000
committerJosef Karthauser <joe@FreeBSD.org>2003-08-25 22:01:06 +0000
commit219b479f9f7fcffd3e7abeca5837b0a4205d0be6 (patch)
tree2daa8f810432217314c2b26acafce673a8f8ee55 /sys/dev/usb/ucom.c
parentd893d5f8dca4935d3a1a19b1181d4120a7292178 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r--sys/dev/usb/ucom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c
index 0ec2140e2fa02..b398661c99742 100644
--- a/sys/dev/usb/ucom.c
+++ b/sys/dev/usb/ucom.c
@@ -140,7 +140,7 @@ static struct cdevsw ucom_cdevsw = {
.d_maj = UCOM_CDEV_MAJOR,
.d_flags = D_TTY,
#if __FreeBSD_version < 500014
- /* bmaj */ -1,
+ .d_bmaj = -1,
#endif
.d_kqfilter = ttykqfilter,
};