Page MenuHomeFreeBSD

skein: Update guard define check
ClosedPublic

Authored by imp on Jul 24 2022, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 4:20 AM
Unknown Object (File)
Tue, Oct 14, 8:04 PM
Unknown Object (File)
Tue, Oct 14, 8:04 PM
Unknown Object (File)
Tue, Oct 14, 8:04 PM
Unknown Object (File)
Tue, Oct 14, 9:49 AM
Unknown Object (File)
Fri, Oct 10, 6:22 AM
Unknown Object (File)
Fri, Oct 10, 5:19 AM
Unknown Object (File)
Thu, Oct 9, 10:25 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