On Wed, Nov 20, 2019 at 9:38 AM Theo de Raadt <[email protected]> wrote: > Kernel environment cannot use userland includes.
On Wed, Nov 20, 2019 at 12:18 PM Todd C. Miller <[email protected]> wrote: > Changing from int -> bool is error prone since you inevitably have > code that use true, false and -1. Finding those outliers that are > relying on the type being int is not always easy. Speaking from > personal experiance, it is easy to introduce bugs this way. I see. Thanks for the info! :D
