[Bug 259787] sched.h: unknown type name 'cpu_set_t' after 160b4b922b6021848b6b48afc894d16b879b7af2

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Nov 2021 11:05:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259787

--- Comment #22 from commit-hook@FreeBSD.org ---
A commit in branch 2021Q4 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=49dc1cc6ac16e0d53659717052997664b16f4970

commit 49dc1cc6ac16e0d53659717052997664b16f4970
Author:     Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2021-11-23 10:35:34 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-11-23 11:03:36 +0000

    graphics/cairo: define _WITH_CPU_SET_T to fix build on -CURRENT

    Changes in 90fa9705d5cd hide functionality behind _WITH_CPU_SET_T,
    and require consumers to opt-in.

    Error:
            --- cairo-perf-micro.o ---
            cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t'; did
you mean 'cpusetid_t'?
                cpu_set_t affinity;
                ^~~~~~~~~
                cpusetid_t
            /usr/include/sys/types.h:86:22: note: 'cpusetid_t' declared here
            typedef __cpusetid_t    cpusetid_t;
                            ^

    PR:             259787
    (cherry picked from commit ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9)

 graphics/cairo/files/patch-perf_cairo-perf-micro.c (new) | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.