Bump __FreeBSD_version for struct sysinit change

The layout of struct sysinit changed in cedc82c046 to add a
"SLIST_ENTRY(sysinit) next" field so that sysinits can be placed
into a linked list.

Reported by:	jrtc27
This commit is contained in:
Colin Percival 2023-08-19 23:01:27 -07:00
parent 79e6ffb695
commit 6feeb67bf8

View File

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