Since struct rtentry is an internal kernel-only structure on FreeBSD,
and SIOCADDRT and SIOCDELRT are not supported anyway, stop including
socketvar.h and attempting to get at the definition of struct rtentry,
and move the line with struct_rtentry_sz to the SANIZER_LINUX block.
Details
Details
- Reviewers
kcc emaste kutuzov.viktor.84 - Commits
- rG79c14f41331e: Merging r294806: --------------------------------------------------------------…
rGc18de74165ab: Remove struct_rtentry_sz on FreeBSD
rCRT294806: Remove struct_rtentry_sz on FreeBSD
rL295095: Merging r294806:
rL294806: Remove struct_rtentry_sz on FreeBSD
Diff Detail
Diff Detail
- Build Status
Buildable 3877 Build 3877: arc lint + arc unit
Event Timeline
Comment Actions
As this is a pretty minor fix, affecting FreeBSD only, I'd like to merge it to release_40. @hans, any objections?
Comment Actions
Sounds good to me. Please let the buidlbots chew on it for a bit, and then go ahead and merge.