Bug 259842 - benchmarks/iperf3: build regressed with 14-CURRENT 90fa9705d
Summary: benchmarks/iperf3: build regressed with 14-CURRENT 90fa9705d
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bruce A. Mah
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-15 05:30 UTC by Ghost
Modified: 2022-07-09 19:38 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bmah)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ghost 2021-11-15 05:30:45 UTC
iperf_api.c:4460:5: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'?
    cpu_set_t cpu_set;
    ^~~~~~~~~
    cpuset_t
/usr/include/sys/_cpuset.h:50:24: note: 'cpuset_t' declared here
typedef struct _cpuset cpuset_t;
                       ^