Skip to content

Commit

Permalink
Add support for 'all' feature on QNX Neutrino for v0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Goring authored and Thomasdezeeuw committed Mar 25, 2023
1 parent 25613f5 commit 98f4747
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sockaddr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ impl From<SocketAddrV4> for SockAddr {
target_os = "ios",
target_os = "macos",
target_os = "netbsd",
target_os = "openbsd"
target_os = "openbsd",
target_os = "nto"
))]
sin_len: 0,
};
Expand Down Expand Up @@ -273,7 +274,8 @@ impl From<SocketAddrV6> 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"))]
Expand Down

0 comments on commit 98f4747

Please sign in to comment.