Page MenuHomeFreeBSD

stand: improve compatibility
AbandonedPublic

Authored by imp on Jul 24 2022, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 4:36 PM
Unknown Object (File)
Dec 11 2024, 9:02 PM
Unknown Object (File)
Nov 30 2024, 8:33 PM
Unknown Object (File)
Nov 21 2024, 10:39 PM
Unknown Object (File)
Nov 19 2024, 11:01 AM
Unknown Object (File)
Nov 4 2024, 1:27 AM
Unknown Object (File)
Oct 1 2024, 10:33 PM
Unknown Object (File)
Sep 15 2024, 2:02 PM
Subscribers

Details

Summary

We only define NEED_SOLARIS_BOOLEAN in an environment where the solaris
compat boolean stuff will be defined by this point (eg, when we're
building zfs.c in libsa), but not in other environemnts (like when we're
building mkimage and variousl stand-alone boot loaders that don't use
libsa for space reasons. efi/boot1 also avoids libsa, but any space
reasons for that are long since gone (space no longer matters there),
but rewriting it isn't a priority. This allows zfsimpl.h to now build in
both environments.

Sponsored by: Netflix

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46527
Build 43416: arc lint + arc unit