HomeFreeBSD

MFC 325835: Use #if instead of #ifdef for __BSD_VISIBLE tests.

Description

MFC 325835: Use #if instead of #ifdef for __BSD_VISIBLE tests.

__BSD_VISIBLE is always defined and it's value instead needs to be
tested via #if to determine if FreeBSD-specific APIs should be
exposed.

PR: 196226

Details

Provenance
jhbAuthored on
Parents
rS328293: stand/fdt: Fallback to `name` + ".dtbo" if we fail to load `name`
Branches
Unknown
Tags
Unknown