File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 ) ) ) ]
Original file line number Diff line number Diff 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) ) ) ]
You can’t perform that action at this time.
0 commit comments