Hello,
Janneke Nieuwenhuizen, le lun. 22 janv. 2024 08:55:49 +0100, a ecrit:
> This avoids using system headers, which may result in
>
> kern/strings.c: In function 'strchr':
> kern/strings.c:188:32: error: 'NULL' undeclared (first use in this
> function)
>
> In file included from u
This avoids using system headers, which may result in
kern/strings.c: In function 'strchr':
kern/strings.c:188:32: error: 'NULL' undeclared (first use in this function)
In file included from util/atoi.c:77:
./util/atoi.h:65:29: error: unknown type name 'u_char'
device/net_io.