The source project of this merge request has been removed.
Various small portability fixes (for FreeBSD)
Here's a bunch of fixes I've had laying around in my fork, let's reduce the diff.
- consolidate the
#define ETIME ETIMEDOUT
thing (which was missing in ANV anyway) into Meson instead of source code (FreeBSD bug 225324 for definingETIME
in the system is not moving along..) - clover: IIRC someone on the mailing list suggested
iterator_range
as the right solution to the build failure I was seeing - anv: unused include was reviewed here
- intel/perf
<sys/sysmacros.h>
: is it used? - …
hopefully all of these are uncontroversial :) but I can drop anything from here and split off into its own review if there's issues.