On Wed, 20 Nov 2019 07:38:46 -0700, "Theo de Raadt" wrote: > Kernel environment cannot use userland includes.
Some other systems have sys/stdbool.h, we could as well if we wanted to. The simplest approach is to move include/stdbool.h -> sys/sys/stdbool.h and make /usr/include/stdbool.h a link to sys/stdbool.h as we do for stdarg.h and stdint.h. - todd
