File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ pub const NFT_MSG_NEWOBJ: ::c_int = 18;
766
766
pub const NFT_MSG_GETOBJ : :: c_int = 19 ;
767
767
pub const NFT_MSG_DELOBJ : :: c_int = 20 ;
768
768
pub const NFT_MSG_GETOBJ_RESET : :: c_int = 21 ;
769
- pub const NFT_MSG_MAX : :: c_int = 22 ;
769
+ pub const NFT_MSG_MAX : :: c_int = 25 ;
770
770
771
771
pub const NFT_SET_ANONYMOUS : :: c_int = 0x1 ;
772
772
pub const NFT_SET_CONSTANT : :: c_int = 0x2 ;
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ s_no_extra_traits! {
225
225
pub ut_exit: __exit_status,
226
226
227
227
#[ cfg( any( target_arch = "aarch64" ,
228
- target_arch = "sparc64" ,
229
228
all( target_pointer_width = "32" ,
230
229
not( target_arch = "x86_64" ) ) ) ) ]
231
230
pub ut_session: :: c_long,
@@ -236,7 +235,6 @@ s_no_extra_traits! {
236
235
pub ut_tv: :: timeval,
237
236
238
237
#[ cfg( not( any( target_arch = "aarch64" ,
239
- target_arch = "sparc64" ,
240
238
all( target_pointer_width = "32" ,
241
239
not( target_arch = "x86_64" ) ) ) ) ) ]
242
240
pub ut_session: :: int32_t,
You can’t perform that action at this time.
0 commit comments