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
This commit is contained in:
John Baldwin 2018-01-08 18:47:35 +00:00
parent 9bd8ae10e3
commit 349b6dad63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327705

View File

@ -33,8 +33,7 @@
#include <sys/types.h>
#include <sys/endian.h>
#include <inttypes.h>
#include <stdio.h>
#include <stand.h>
/*