diff options
Diffstat (limited to 'sys/dev/usb/ulpt.c')
-rw-r--r-- | sys/dev/usb/ulpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index 7e1ce89..46a452c 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -156,7 +156,7 @@ Static struct cdevsw ulpt_cdevsw = { .d_name = "ulpt", .d_maj = ULPT_CDEV_MAJOR, #if __FreeBSD_version < 500014 - /* bmaj */ -1 + .d_bmaj -1 #endif }; #endif |