diff --git a/src/sockaddr.rs b/src/sockaddr.rs index 9ce638e9..c5047c69 100644 --- a/src/sockaddr.rs +++ b/src/sockaddr.rs @@ -234,7 +234,8 @@ impl From for SockAddr { target_os = "ios", target_os = "macos", target_os = "netbsd", - target_os = "openbsd" + target_os = "openbsd", + target_os = "nto" ))] sin_len: 0, }; @@ -273,7 +274,8 @@ impl From for SockAddr { target_os = "ios", target_os = "macos", target_os = "netbsd", - target_os = "openbsd" + target_os = "openbsd", + target_os = "nto" ))] sin6_len: 0, #[cfg(any(target_os = "solaris", target_os = "illumos"))]