We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb1816 commit 4a8fa6fCopy full SHA for 4a8fa6f
src/unix/notbsd/linux/other/mod.rs
@@ -689,12 +689,7 @@ pub const NFPROTO_NETDEV: ::c_int = 5;
689
690
// linux/netfilter/nf_tables.h
691
cfg_if!{
692
- if #[cfg(target_arch = "aarch64")] {
693
- pub const NFT_TABLE_MAXNAMELEN: ::c_int = 32;
694
- pub const NFT_CHAIN_MAXNAMELEN: ::c_int = 32;
695
- pub const NFT_SET_MAXNAMELEN: ::c_int = 32;
696
- pub const NFT_OBJ_MAXNAMELEN: ::c_int = 32;
697
- } else if #[cfg(target_arch = "sparc64")] {
+ if #[cfg(target_arch = "sparc64")] {
698
pub const NFT_TABLE_MAXNAMELEN: ::c_int = 32;
699
pub const NFT_CHAIN_MAXNAMELEN: ::c_int = 32;
700
pub const NFT_SET_MAXNAMELEN: ::c_int = 32;
0 commit comments