freebsd-dev/stand/mips/beri
John Baldwin 349b6dad63 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
2018-01-08 18:47:35 +00:00
..
boot2 Define __dmadat after #include'ing ufsread.c. 2018-01-08 18:44:36 +00:00
common Use <stand.h> instead of <inttypes.h> and <stdio.h> in boot code. 2018-01-08 18:47:35 +00:00
loader Fix printf missing format variables warnings. 2018-01-08 18:46:10 +00:00
Makefile
Makefile.inc