@@ -27,19 +27,19 @@ use time::Duration;
2727
2828#[ cfg( any( target_os = "dragonfly" , target_os = "freebsd" ,
2929 target_os = "ios" , target_os = "macos" ,
30- target_os = "openbsd" ) ) ]
30+ target_os = "openbsd" , target_os = "netbsd" ) ) ]
3131use sys:: net:: netc:: IPV6_JOIN_GROUP as IPV6_ADD_MEMBERSHIP ;
3232#[ cfg( not( any( target_os = "dragonfly" , target_os = "freebsd" ,
3333 target_os = "ios" , target_os = "macos" ,
34- target_os = "openbsd " ) ) ) ]
34+ target_os = "openbsd" , target_os = "netbsd " ) ) ) ]
3535use sys:: net:: netc:: IPV6_ADD_MEMBERSHIP ;
3636#[ cfg( any( target_os = "dragonfly" , target_os = "freebsd" ,
3737 target_os = "ios" , target_os = "macos" ,
38- target_os = "openbsd" ) ) ]
38+ target_os = "openbsd" , target_os = "netbsd" ) ) ]
3939use sys:: net:: netc:: IPV6_LEAVE_GROUP as IPV6_DROP_MEMBERSHIP ;
4040#[ cfg( not( any( target_os = "dragonfly" , target_os = "freebsd" ,
4141 target_os = "ios" , target_os = "macos" ,
42- target_os = "openbsd " ) ) ) ]
42+ target_os = "openbsd" , target_os = "netbsd " ) ) ) ]
4343use sys:: net:: netc:: IPV6_DROP_MEMBERSHIP ;
4444
4545////////////////////////////////////////////////////////////////////////////////
0 commit comments