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 {
1398
1398
target_os = "fuschia" ,
1399
1399
target_os = "illumos" ,
1400
1400
target_os = "netbsd" ,
1401
+ target_os = "openbsd" ,
1401
1402
target_os = "redox" ,
1402
1403
target_os = "solaris" ,
1403
1404
) ) ) ]
@@ -1423,6 +1424,7 @@ impl Socket {
1423
1424
target_os = "fuschia" ,
1424
1425
target_os = "illumos" ,
1425
1426
target_os = "netbsd" ,
1427
+ target_os = "openbsd" ,
1426
1428
target_os = "redox" ,
1427
1429
target_os = "solaris" ,
1428
1430
) ) ) ]
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ pub(crate) use libc::IP_HDRINCL;
81
81
target_os = "fuschia" ,
82
82
target_os = "illumos" ,
83
83
target_os = "netbsd" ,
84
+ target_os = "openbsd" ,
84
85
target_os = "redox" ,
85
86
target_os = "solaris" ,
86
87
) ) ) ]
You can’t perform that action at this time.
0 commit comments