Skip to content

Commit be0347b

Browse files
committed
Remove IPV6_FLOWINFO from emscripten
1 parent 3a12831 commit be0347b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/unix/linux_like/android/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,7 @@ pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK;
15821582
pub const SO_ORIGINAL_DST: ::c_int = 80;
15831583
pub const IP_ORIGDSTADDR: ::c_int = 20;
15841584
pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
1585+
pub const IPV6_FLOWINFO: ::c_int = 11;
15851586
pub const IPV6_ORIGDSTADDR: ::c_int = 74;
15861587
pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;
15871588
pub const IPV6_FLOWLABEL_MGR: ::c_int = 32;

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,7 @@ pub const ENOATTR: ::c_int = ::ENODATA;
15931593
pub const SO_ORIGINAL_DST: ::c_int = 80;
15941594
pub const IP_ORIGDSTADDR: ::c_int = 20;
15951595
pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
1596+
pub const IPV6_FLOWINFO: ::c_int = 11;
15961597
pub const IPV6_ORIGDSTADDR: ::c_int = 74;
15971598
pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;
15981599
pub const IPV6_FLOWLABEL_MGR: ::c_int = 32;

src/unix/linux_like/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,6 @@ pub const IPV6_2292PKTOPTIONS: ::c_int = 6;
826826
pub const IPV6_CHECKSUM: ::c_int = 7;
827827
pub const IPV6_2292HOPLIMIT: ::c_int = 8;
828828
pub const IPV6_NEXTHOP: ::c_int = 9;
829-
pub const IPV6_FLOWINFO: ::c_int = 11;
830829
pub const IPV6_UNICAST_HOPS: ::c_int = 16;
831830
pub const IPV6_MULTICAST_IF: ::c_int = 17;
832831
pub const IPV6_MULTICAST_HOPS: ::c_int = 18;

0 commit comments

Comments
 (0)