sys: Bump __FreeBSD_version to mark new malloc(9) flags

This bump is meant to cover the addition of the M_NEVERFREED flag.
This commit is contained in:
Bojan Novković 2024-07-30 16:41:22 +02:00
parent ddc09a10ea
commit 1206cf04a7

View File

@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1500022
#define __FreeBSD_version 1500023
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,