HomeFreeBSD

kldxref: fix bootstrapping on Linux with Clang 16

Description

kldxref: fix bootstrapping on Linux with Clang 16

The glibc fts_open() callback type does not have the second const
qualifier and it appears that Clang 16 errors by default for mismatched
function pointer types. Add an ifdef to handle this case.

Details

Provenance
arichardsonAuthored on Jan 2 2024, 7:06 PM
Parents
rG2ee77056d2d4: vmrun.sh: allow device name arguments in pci-passthru option
Branches
Unknown
Tags
Unknown