mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -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.
This commit is contained in:
parent
9dbf5b0e68
commit
a7b9f4d96e
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
* cannot include sys/param.h and should only be updated here.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1500014
|
||||
#define __FreeBSD_version 1500015
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue