Skip to content

Commit 4922abf

Browse files
committed
Haiku: Fix IPv6 target_os check
1 parent dc9ac88 commit 4922abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/common/net.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use sys::net::netc::IPV6_JOIN_GROUP as IPV6_ADD_MEMBERSHIP;
2929
#[cfg(not(any(target_os = "dragonfly", target_os = "freebsd",
3030
target_os = "ios", target_os = "macos",
3131
target_os = "openbsd", target_os = "netbsd",
32-
target_os = "solaris", taget_os = "haiku")))]
32+
target_os = "solaris", target_os = "haiku")))]
3333
use sys::net::netc::IPV6_ADD_MEMBERSHIP;
3434
#[cfg(any(target_os = "dragonfly", target_os = "freebsd",
3535
target_os = "ios", target_os = "macos",

0 commit comments

Comments
 (0)