On 8/7/21 11:42 AM, Warner Losh wrote:
Include host-os.h from main.c to pick up the default OS to emulate. Set that default in main().Signed-off-by: Stacey Son<s...@freebsd.org> Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/freebsd/host-os.h | 2 ++ bsd-user/main.c | 4 +++- bsd-user/netbsd/host-os.h | 2 ++ bsd-user/openbsd/host-os.h | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~