Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/haproxy: fix build on -CURRENT | Stefan Eßer | 2022-01-03 | 1 | -0/+14 |
The CPU_SET macros in -CURRENT have been made compatible with GLIBC. A simple test for the new signature of CPU_AND, CPU_OR, ... is the existence of a CPU_ALLOC macro. Approved by: portmgr (implicit) MFH: 2022Q1 |