Skip to content

Commit

Permalink
Disable RECVTOS on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer authored and Thomasdezeeuw committed May 10, 2022
1 parent 1bf0b1d commit 071cfb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/socket.rs
Expand Up @@ -1398,6 +1398,7 @@ impl Socket {
target_os = "fuschia",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "redox",
target_os = "solaris",
)))]
Expand All @@ -1423,6 +1424,7 @@ impl Socket {
target_os = "fuschia",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "redox",
target_os = "solaris",
)))]
Expand Down
1 change: 1 addition & 0 deletions src/sys/unix.rs
Expand Up @@ -81,6 +81,7 @@ pub(crate) use libc::IP_HDRINCL;
target_os = "fuschia",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "redox",
target_os = "solaris",
)))]
Expand Down

0 comments on commit 071cfb9

Please sign in to comment.