HomeFreeBSD

Use <stand.h> instead of <inttypes.h> and <stdio.h> in boot code.

Description

Use <stand.h> instead of <inttypes.h> and <stdio.h> in boot code.

In the freestanding boot compile environment, standard headers are not
available. Curiously, only building with clang exposed this as compiles
with external GCC still succeeded.

Sponsored by: DARPA / AFRL

Details

Provenance
jhbAuthored on
Parents
rS327704: Fix printf missing format variables warnings.
Branches
Unknown
Tags
Unknown