diff --git a/src/socket.rs b/src/socket.rs index 028c4aed..ee190c31 100644 --- a/src/socket.rs +++ b/src/socket.rs @@ -1135,6 +1135,7 @@ impl Socket { target_os = "haiku", target_os = "illumos", target_os = "netbsd", + target_os = "openbsd", target_os = "redox", target_os = "solaris", )))] @@ -1163,6 +1164,7 @@ impl Socket { target_os = "haiku", target_os = "illumos", target_os = "netbsd", + target_os = "openbsd", target_os = "redox", target_os = "solaris", )))] diff --git a/src/sys/unix.rs b/src/sys/unix.rs index 873b3238..57256eec 100644 --- a/src/sys/unix.rs +++ b/src/sys/unix.rs @@ -1004,6 +1004,7 @@ pub(crate) fn from_in6_addr(addr: in6_addr) -> Ipv6Addr { target_os = "haiku", target_os = "illumos", target_os = "netbsd", + target_os = "openbsd", target_os = "redox", target_os = "solaris", )))]