Page MenuHomeFreeBSD

skein: Update guard define check
ClosedPublic

Authored by imp on Jul 24 2022, 5:45 PM.
Tags
None
Referenced Files
F137515508: D35891.id108463.diff
Mon, Nov 24, 2:49 AM
Unknown Object (File)
Wed, Nov 19, 6:17 AM
Unknown Object (File)
Sun, Nov 16, 11:41 AM
Unknown Object (File)
Mon, Oct 27, 5:55 AM
Unknown Object (File)
Sun, Oct 26, 3:03 AM
Unknown Object (File)
Oct 15 2025, 4:20 AM
Unknown Object (File)
Oct 14 2025, 8:04 PM
Unknown Object (File)
Oct 14 2025, 8:04 PM
Subscribers

Details

Summary

OpenZFS changed the define _OPENSOLARIS_SYS_TYPES_H_ to
_SPL_SYS_TYPES_H_ to guade the sys/types.h compatibility stuff. Follow
the change here. The only place in the tree _OPENSOLARIS_SYS_TYPES_H_ is
mentioned is in the /* _OPENSOLARIS_SYS_TYPES_H_ */ at the end of
sys/types.h. That needs to be changed upstream in OpenZFS since we don't
like changing things in FreeBSD's tree.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable