Skip to content
Snippets Groups Projects
Commit 7ed51c1c authored by gnzlbg's avatar gnzlbg
Browse files

Fix NFT_MSG_MAX on Sparc64

parent b701d5c3
No related branches found
No related tags found
No related merge requests found
......@@ -748,11 +748,9 @@ cfg_if! {
pub const NFT_MSG_GETOBJ: ::c_int = 19;
pub const NFT_MSG_DELOBJ: ::c_int = 20;
pub const NFT_MSG_GETOBJ_RESET: ::c_int = 21;
pub const NFT_MSG_MAX: ::c_int = 25;
} else {
pub const NFT_MSG_MAX: ::c_int = 18;
}
}
pub const NFT_MSG_MAX: ::c_int = 25;
pub const NFT_SET_ANONYMOUS: ::c_int = 0x1;
pub const NFT_SET_CONSTANT: ::c_int = 0x2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment