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 @@ -1395,6 +1395,7 @@ impl Socket {
1395
1395
/// incoming packets. It contains a byte which specifies the
1396
1396
/// Type of Service/Precedence field of the packet header.
1397
1397
#[ cfg( not( any(
1398
+ target_os = "dragonfly" ,
1398
1399
target_os = "fuchsia" ,
1399
1400
target_os = "illumos" ,
1400
1401
target_os = "netbsd" ,
@@ -1422,6 +1423,7 @@ impl Socket {
1422
1423
///
1423
1424
/// [`set_recv_tos`]: Socket::set_recv_tos
1424
1425
#[ cfg( not( any(
1426
+ target_os = "dragonfly" ,
1425
1427
target_os = "fuchsia" ,
1426
1428
target_os = "illumos" ,
1427
1429
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ pub(crate) use libc::{MSG_TRUNC, SO_OOBINLINE};
78
78
#[ cfg( all( feature = "all" , not( target_os = "redox" ) ) ) ]
79
79
pub ( crate ) use libc:: IP_HDRINCL ;
80
80
#[ cfg( not( any(
81
+ target_os = "dragonfly" ,
81
82
target_os = "fuchsia" ,
82
83
target_os = "illumos" ,
83
84
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -1174,6 +1174,7 @@ test!(IPv4 ttl, set_ttl(40));
1174
1174
test ! ( IPv4 tos, set_tos( 96 ) ) ;
1175
1175
1176
1176
#[ cfg( not( any(
1177
+ target_os = "dragonfly" ,
1177
1178
target_os = "fuchsia" ,
1178
1179
target_os = "illumos" ,
1179
1180
target_os = "netbsd" ,
@@ -1232,6 +1233,7 @@ fn join_leave_multicast_v4_n() {
1232
1233
1233
1234
#[ test]
1234
1235
#[ cfg( not( any(
1236
+ target_os = "dragonfly" ,
1235
1237
target_os = "haiku" ,
1236
1238
target_os = "netbsd" ,
1237
1239
target_os = "redox" ,
You can’t perform that action at this time.
0 commit comments