Page MenuHomeFreeBSD

Fix compilation WITHOUT_{INET,INET6}_SUPPORT or both.
ClosedPublic

Authored by bz on Mar 1 2019, 2:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 5:23 AM
Unknown Object (File)
Thu, Apr 11, 2:07 AM
Unknown Object (File)
Mon, Apr 8, 11:05 PM
Unknown Object (File)
Mar 22 2024, 7:05 PM
Unknown Object (File)
Mar 19 2024, 7:58 AM
Unknown Object (File)
Feb 10 2024, 11:01 AM
Unknown Object (File)
Feb 10 2024, 11:00 AM
Unknown Object (File)
Feb 10 2024, 10:56 AM

Details

Summary

buildworld failed when both WITHOUT_INET6_SUPPORT and INET
equivalent were set. Fix netstat and syslogd to make world
compile again.

Test Plan

amd64 buildworlds with one and both options set done.

Diff Detail

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

Event Timeline

Mmmm... I love ifdef soup.

This revision is now accepted and ready to land.Mar 1 2019, 7:22 PM

Thank you bz@!

This clearly obsoletes part of my review where I conflated a few and I have work to do: https://reviews.freebsd.org/D17040

Are you planning to MFC this?

This clearly obsoletes part of my review where I conflated a few and I have work to do: https://reviews.freebsd.org/D17040

Oh I forgot about this one. We should sort the remaining parts of yours out as well.

Are you planning to MFC this?

I guess I will eventually at least to 12.

It looks good to me.

This revision was automatically updated to reflect the committed changes.