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 be36f68 commit 5d5ceeaCopy full SHA for 5d5ceea
src/unix/notbsd/linux/other/mod.rs
@@ -689,7 +689,7 @@ pub const NFPROTO_NETDEV: ::c_int = 5;
689
690
// linux/netfilter/nf_tables.h
691
cfg_if!{
692
- if #[cfg(any(target_arch = "arm", target_arch = "aarch64"))] {
+ 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;
0 commit comments