mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:-
_FreeBSD_version should be __FreeBSD_version.
This commit is contained in:
parent
5be99846fc
commit
ea5c2ab712
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120782
@ -549,7 +549,7 @@ usbioctl(dev_t devt, u_long cmd, caddr_t data, int flag, usb_proc_ptr p)
|
||||
|
||||
case FIOASYNC:
|
||||
if (*(int *)data)
|
||||
#if _FreeBSD_version >= 500000
|
||||
#if __FreeBSD_version >= 500000
|
||||
usb_async_proc = p->td_proc;
|
||||
#else
|
||||
usb_async_proc = p;
|
||||
|
Loading…
Reference in New Issue
Block a user