File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1195,6 +1195,7 @@ impl Socket {
1195
1195
target_os = "dragonfly" ,
1196
1196
target_os = "haiku" ,
1197
1197
target_os = "netbsd" ,
1198
+ target_os = "openbsd" ,
1198
1199
target_os = "redox" ,
1199
1200
target_os = "fuchsia" ,
1200
1201
) ) ) ]
@@ -1228,6 +1229,7 @@ impl Socket {
1228
1229
target_os = "dragonfly" ,
1229
1230
target_os = "haiku" ,
1230
1231
target_os = "netbsd" ,
1232
+ target_os = "openbsd" ,
1231
1233
target_os = "redox" ,
1232
1234
target_os = "fuchsia" ,
1233
1235
) ) ) ]
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ pub(crate) use libc::{
109
109
target_os = "dragonfly" ,
110
110
target_os = "haiku" ,
111
111
target_os = "netbsd" ,
112
+ target_os = "openbsd" ,
112
113
target_os = "redox" ,
113
114
target_os = "fuchsia" ,
114
115
) ) ) ]
Original file line number Diff line number Diff line change @@ -1208,6 +1208,7 @@ test!(
1208
1208
target_os = "haiku" ,
1209
1209
target_os = "illumos" ,
1210
1210
target_os = "netbsd" ,
1211
+ target_os = "openbsd" ,
1211
1212
target_os = "redox" ,
1212
1213
target_os = "solaris" ,
1213
1214
) ) ) ]
@@ -1236,6 +1237,7 @@ fn join_leave_multicast_v4_n() {
1236
1237
target_os = "dragonfly" ,
1237
1238
target_os = "haiku" ,
1238
1239
target_os = "netbsd" ,
1240
+ target_os = "openbsd" ,
1239
1241
target_os = "redox" ,
1240
1242
target_os = "fuchsia" ,
1241
1243
) ) ) ]
You can’t perform that action at this time.
0 commit comments