Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation on Haiku #136

Merged
merged 1 commit into from Nov 30, 2020
Merged

Conversation

linkmauve
Copy link
Contributor

@linkmauve linkmauve commented Nov 29, 2020

sin_len and sin6_len are apparently required on all BSD-like systems, from which Haiku probably inherits its network stack.

sin_zero has been changed from 8 bytes to 24 bytes in hrev9079 in order to stay compatible with BeOS.

This was apparently broken in #120.

sin_len and sin6_len are apparently required on all BSD-like systems,
from which Haiku probably inherits its network stack.

sin_zero has been changed from 8 bytes to 24 bytes in hrev9079 in order
to stay compatible with BeOS.
@Thomasdezeeuw Thomasdezeeuw merged commit 88947f3 into rust-lang:master Nov 30, 2020
@Thomasdezeeuw
Copy link
Collaborator

Thanks @linkmauve. Do you know how we could checking/building to the CI to prevent this from happening in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants