Implement the last commit properly.

This commit is contained in:
Josef Karthauser 2003-08-25 22:10:52 +00:00
parent 219b479f9f
commit 3af4b6b4d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119479

View File

@ -158,6 +158,9 @@ Static struct cdevsw ums_cdevsw = {
.d_poll = ums_poll,
.d_name = "ums",
.d_maj = UMS_CDEV_MAJOR,
#if __FreeBSD_version < 500014
.d_bmaj -1
#endif
};
USB_DECLARE_DRIVER(ums);