mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Bump __FreeBSD_version for bus resource API change
Specifically, the change to remove redundant rid and type arguments
from bus_* when passing an allocated struct resource.
(cherry picked from commit a7b9f4d96e)
This commit is contained in:
parent
385ad72523
commit
d172f42e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1402501
|
||||
#define __FreeBSD_version 1402502
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue