Bump __FreeBSD_version for qsort_r prototype change.

This commit is contained in:
Xin LI 2022-09-30 15:31:13 -07:00
parent af3c78886f
commit 8a96874eee

View File

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