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 b701d5c commit 7ed51c1Copy full SHA for 7ed51c1
src/unix/notbsd/linux/other/mod.rs
@@ -748,11 +748,9 @@ cfg_if! {
748
pub const NFT_MSG_GETOBJ: ::c_int = 19;
749
pub const NFT_MSG_DELOBJ: ::c_int = 20;
750
pub const NFT_MSG_GETOBJ_RESET: ::c_int = 21;
751
- pub const NFT_MSG_MAX: ::c_int = 25;
752
- } else {
753
- pub const NFT_MSG_MAX: ::c_int = 18;
754
}
755
+pub const NFT_MSG_MAX: ::c_int = 25;
756
757
pub const NFT_SET_ANONYMOUS: ::c_int = 0x1;
758
pub const NFT_SET_CONSTANT: ::c_int = 0x2;
0 commit comments