Skip to content

Commit

Permalink
Haiku: no SOCK_RDM support in Haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
nielx authored and Thomasdezeeuw committed May 7, 2020
1 parent 359d024 commit 43b75d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl_debug!(
libc::SOCK_DGRAM,
#[cfg(not(target_os = "redox"))]
libc::SOCK_RAW,
#[cfg(not(target_os = "redox"))]
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
libc::SOCK_RDM,
#[cfg(not(target_os = "redox"))]
libc::SOCK_SEQPACKET,
Expand Down

0 comments on commit 43b75d3

Please sign in to comment.