Skip to content

Commit 071cfb9

Browse files
archseerThomasdezeeuw
authored andcommitted
Disable RECVTOS on OpenBSD
1 parent 1bf0b1d commit 071cfb9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/socket.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,7 @@ impl Socket {
13981398
target_os = "fuschia",
13991399
target_os = "illumos",
14001400
target_os = "netbsd",
1401+
target_os = "openbsd",
14011402
target_os = "redox",
14021403
target_os = "solaris",
14031404
)))]
@@ -1423,6 +1424,7 @@ impl Socket {
14231424
target_os = "fuschia",
14241425
target_os = "illumos",
14251426
target_os = "netbsd",
1427+
target_os = "openbsd",
14261428
target_os = "redox",
14271429
target_os = "solaris",
14281430
)))]

src/sys/unix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ pub(crate) use libc::IP_HDRINCL;
8181
target_os = "fuschia",
8282
target_os = "illumos",
8383
target_os = "netbsd",
84+
target_os = "openbsd",
8485
target_os = "redox",
8586
target_os = "solaris",
8687
)))]

0 commit comments

Comments
 (0)