mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
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:
parent
ddc09a10ea
commit
1206cf04a7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user