File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1533,7 +1533,6 @@ pub const RTM_VERSION: ::c_int = 7;
15331533pub const RTAX_MPLS1 : :: c_int = 8 ;
15341534pub const RTAX_MPLS2 : :: c_int = 9 ;
15351535pub const RTAX_MPLS3 : :: c_int = 10 ;
1536- pub const RTAX_MAX : :: c_int = 11 ;
15371536
15381537const_fn ! {
15391538 { const } fn _CMSG_ALIGN( n: usize ) -> usize {
Original file line number Diff line number Diff line change @@ -4561,8 +4561,6 @@ pub const RTF_FIXEDMTU: ::c_int = 0x80000;
45614561
45624562pub const RTM_VERSION : :: c_int = 5 ;
45634563
4564- pub const RTAX_MAX : :: c_int = 8 ;
4565-
45664564// sys/signal.h
45674565pub const SIGTHR : :: c_int = 32 ;
45684566pub const SIGLWP : :: c_int = SIGTHR ;
Original file line number Diff line number Diff line change @@ -2439,7 +2439,6 @@ pub const RTM_CHGADDR: ::c_int = 0x18;
24392439pub const RTA_TAG : :: c_int = 0x100 ;
24402440
24412441pub const RTAX_TAG : :: c_int = 8 ;
2442- pub const RTAX_MAX : :: c_int = 9 ;
24432442
24442443cfg_if ! {
24452444
Original file line number Diff line number Diff line change @@ -1962,7 +1962,6 @@ pub const RTAX_BFD: ::c_int = 11;
19621962pub const RTAX_DNS : :: c_int = 12 ;
19631963pub const RTAX_STATIC : :: c_int = 13 ;
19641964pub const RTAX_SEARCH : :: c_int = 14 ;
1965- pub const RTAX_MAX : :: c_int = 15 ;
19661965
19671966const_fn ! {
19681967 { const } fn _ALIGN( p: usize ) -> usize {
You can’t perform that action at this time.
0 commit comments