mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
BUILD/MINOR: cpuset fix build for FreeBSD 13.1
the cpuset api changes done fir the future 14 release had been backported to the 13.1 release so changing the cpuset api of choice condition change accordingly.
This commit is contained in:
parent
07968dcea3
commit
842e4a6617
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
# define CPUSET_REPR cpuset_t
|
# define CPUSET_REPR cpuset_t
|
||||||
|
|
||||||
# if defined(__FreeBSD__) && __FreeBSD_version >= 1400046
|
# if defined(__FreeBSD__) && __FreeBSD_version >= 1301000
|
||||||
# define CPUSET_USE_CPUSET
|
# define CPUSET_USE_CPUSET
|
||||||
# else
|
# else
|
||||||
# define CPUSET_USE_FREEBSD_CPUSET
|
# define CPUSET_USE_FREEBSD_CPUSET
|
||||||
|
Loading…
Reference in New Issue
Block a user