Skip to content

Commit

Permalink
aix: Remove duplicated declaration
Browse files Browse the repository at this point in the history
(backport <rust-lang#3643>)
(cherry picked from commit 7825c9f)
[ slightly modify commit message - Trevor ]
  • Loading branch information
Kai Luo authored and tgross35 committed Nov 18, 2024
1 parent a0aed5a commit 35b7004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unix/aix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,6 @@ pub const BPF_X: ::c_int = 8;
// net/if.h
pub const IFNET_SLOWHZ: ::c_int = 1;
pub const IFQ_MAXLEN: ::c_int = 50;
pub const IF_NAMESIZE: ::c_int = 16;
pub const IFNAMSIZ: ::c_int = 16;
pub const IFF_UP: ::c_int = 0x1;
pub const IFF_BROADCAST: ::c_int = 0x2;
pub const IFF_DEBUG: ::c_int = 0x4;
Expand All @@ -986,8 +984,6 @@ pub const ARPHRD_ETHER: ::c_int = 1;
pub const ARPHRD_802_5: ::c_int = 6;
pub const ARPHRD_802_3: ::c_int = 6;
pub const ARPHRD_FDDI: ::c_int = 1;
pub const ARPOP_REQUEST: ::c_int = 1;
pub const ARPOP_REPLY: ::c_int = 2;

// net/route.h
pub const RTM_ADD: ::c_int = 0x1;
Expand Down

0 comments on commit 35b7004

Please sign in to comment.