mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
vm_page: Bump __FreeBSD_version for removal of vm_page_next() and _prev
Out-of-tree code needs to be modified to use iterators after commita3a88ed22c. Fixes:a3a88ed22c("vm_page: drop prev and next")
This commit is contained in:
parent
83dcc133c8
commit
b7527823fd
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 1500037
|
||||
#define __FreeBSD_version 1500038
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue