View | Details | Raw Unified | Return to bug 261428 | Differences between
and this patch

Collapse All | Expand All

(-)spa/tests/stress-ringbuffer.c (-1 / +2 lines)
Lines 13-19 Link Here
13
13
14
#ifdef __FreeBSD__
14
#ifdef __FreeBSD__
15
#include <sys/param.h>
15
#include <sys/param.h>
16
#if __FreeBSD_version < 1400043
16
#if (__FreeBSD_version >= 1400000 && __FreeBSD_version < 1400043) \
17
    || (__FreeBSD_version < 1300524)
17
static int sched_getcpu(void) { return -1; };
18
static int sched_getcpu(void) { return -1; };
18
#endif
19
#endif
19
#endif
20
#endif

Return to bug 261428