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

Link against kevent@FBSD_1.0 to fix ABI compat with FreeBSD12. #936

Merged
merged 1 commit into from
Mar 1, 2018

Conversation

bdrewery
Copy link
Contributor

@bdrewery bdrewery commented Mar 1, 2018

struct kevent was modified in FreeBSD12. The @FBSD_1.0 symbol supports the old
structure ABI still.

This allows the mio crate tests to now pass on FreeBSD12.

struct kevent was modified in FreeBSD12.  The @FBSD_1.0 symbol supports the old
structure ABI still.

This allows the `mio` crate tests to now pass on FreeBSD12.
@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@bdrewery
Copy link
Contributor Author

bdrewery commented Mar 1, 2018

To be clear, this symbol is available on all FreeBSD versions and not just 12.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 1, 2018

📌 Commit 969ad2b has been approved by alexcrichton

bors added a commit that referenced this pull request Mar 1, 2018
Link against kevent@FBSD_1.0 to fix ABI compat with FreeBSD12.

struct kevent was modified in FreeBSD12.  The @FBSD_1.0 symbol supports the old
structure ABI still.

This allows the `mio` crate tests to now pass on FreeBSD12.
@bors
Copy link
Contributor

bors commented Mar 1, 2018

⌛ Testing commit 969ad2b with merge f093861...

@bors
Copy link
Contributor

bors commented Mar 1, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing f093861 to master...

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.

4 participants