![mrg](/assets/img/avatar_default.png)
- include <stdbool.h> so bool is available _KERNEL for sys/condvar.h - include <sys/mutex.h> before defining _KERNEL so it won't try to include <machine/intr.h> which isn't available to userland. fixes builds on sparc64.
- include <stdbool.h> so bool is available _KERNEL for sys/condvar.h - include <sys/mutex.h> before defining _KERNEL so it won't try to include <machine/intr.h> which isn't available to userland. fixes builds on sparc64.