summaryrefslogtreecommitdiff
path: root/net/haproxy/files/patch-src_cpuset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/haproxy: fix build on -CURRENTStefan Eßer2022-01-031-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