Skip to content

Commit 329e49c

Browse files
niklashaThomasdezeeuw
authored andcommitted
Rust libc does not provide ip_mreqn for openbsd
The OS proper, though, supports it.
1 parent ac391b2 commit 329e49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/unix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ pub(crate) fn from_in6_addr(addr: in6_addr) -> Ipv6Addr {
10041004
target_os = "haiku",
10051005
target_os = "illumos",
10061006
target_os = "netbsd",
1007+
target_os = "openbsd",
10071008
target_os = "redox",
10081009
target_os = "solaris",
10091010
)))]

0 commit comments

Comments
 (0)