HomeFreeBSD

subr_physmem: Fix userspace build

Description

subr_physmem: Fix userspace build

Include stdbool.h in userspace configurations. For the kernel builds we
get it from sys/types.h, but bool isn't defined there for non-kernel
builds and this otherwise kernel-only file is used for the physmem test
suite.

Fixes: deb1e3b71998
Sponsored by: Netflix

Details

Provenance
impAuthored on Oct 25 2022, 5:05 AM
Parents
rGa67c0fae0c70: vnic: work_done here only used for debug
Branches
Unknown
Tags
Unknown