Skip to content

Fix compile on DragonFly and FreeBSD #42

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

Closed
wants to merge 1 commit into from
Closed

Fix compile on DragonFly and FreeBSD #42

wants to merge 1 commit into from

Conversation

mneumann
Copy link
Contributor

@mneumann mneumann commented Nov 4, 2015

No description provided.

@@ -148,8 +148,7 @@ cfg_if! {
if #[cfg(any(target_os = "macos", target_os = "ios"))] {
mod apple;
pub use self::apple::*;
} else if #[cfg(any(target_os = "openbsd", target_os = "netbsd",
target_os = "dragonfly"))] {
} else if #[cfg(any(target_os = "openbsd", target_os = "netbsd"))] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @mneumann

I have a conflicted diff for this file in #39. Could you adjust your PR ? Just replacing "dragonfly" by "bitrig" (in the "openbsd" line)

@alexcrichton
Copy link
Member

Oh looks like I reached #39 first so this no longer merges, looks good to me with a rebase though!

Also like with #39 if you know of a way to test this on Travis, I'd be more than willing to set up automation!

@mneumann
Copy link
Contributor Author

mneumann commented Nov 5, 2015

The current master already contain all of my changes! Thanks!

@mneumann mneumann closed this Nov 5, 2015
@mneumann mneumann deleted the dragonfly_freebsd branch November 5, 2015 21:41
@killme2008 killme2008 mentioned this pull request Jun 14, 2019
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Feb 22, 2025
Add support for arrays in extern statics
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Feb 22, 2025
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Apr 2, 2025
Add support for arrays in extern statics
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Apr 2, 2025
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.

3 participants