File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1391,7 +1391,7 @@ pub(crate) fn original_dst_ipv6(fd: Socket) -> io::Result<SockAddr> {
1391
1391
. map ( |( _, addr) | addr)
1392
1392
}
1393
1393
1394
- // TODO(eliza): use libc's definition on solarish once it merges...
1394
+ // TODO: remove this once https://github.com/rust-lang/libc/pull/4287 merges
1395
1395
#[ cfg( all( feature = "all" , any( target_os = "illumos" , target_os = "solaris" ) ) ) ]
1396
1396
const IP_BOUND_IF : libc:: c_int = 0x41 ;
1397
1397
#[ cfg( all(
@@ -1406,6 +1406,7 @@ const IP_BOUND_IF: libc::c_int = 0x41;
1406
1406
) ) ]
1407
1407
use libc:: IP_BOUND_IF ;
1408
1408
1409
+ // TODO: remove this once https://github.com/rust-lang/libc/pull/4287 merges
1409
1410
#[ cfg( all( feature = "all" , any( target_os = "illumos" , target_os = "solaris" ) ) ) ]
1410
1411
const IPV6_BOUND_IF : libc:: c_int = 0x41 ;
1411
1412
#[ cfg( all(
You can’t perform that action at this time.
0 commit comments