diff options
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r-- | sys/dev/usb/uhid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 591c5a7..57f8e29 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -164,7 +164,7 @@ Static struct cdevsw uhid_cdevsw = { .d_name = "uhid", .d_maj = UHID_CDEV_MAJOR, #if __FreeBSD_version < 500014 - /* bmaj */ -1 + .d_bmaj -1 #endif }; #endif |