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 481a521 commit 96eb1b2Copy full SHA for 96eb1b2
src/unix/notbsd/linux/other/mod.rs
@@ -670,8 +670,7 @@ pub const NFPROTO_NETDEV: ::c_int = 5;
670
671
// linux/netfilter/nf_tables.h
672
cfg_if!{
673
- if #[cfg(any(target_arch = "arm", target_arch = "powerpc",
674
- target_arch = "powerpc64", target_arch = "aarch64"))] {
+ if #[cfg(any(target_arch = "arm", target_arch = "aarch64"))] {
675
pub const NFT_TABLE_MAXNAMELEN: ::c_int = 32;
676
pub const NFT_CHAIN_MAXNAMELEN: ::c_int = 32;
677
pub const NFT_SET_MAXNAMELEN: ::c_int = 32;
0 commit comments