File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
pub struct __c_anonymous_domainset {
44
- _priv: [ :: uintptr_t; 4 ] ,
44
+ #[ cfg( target_pointer_width = "64" ) ]
45
+ _priv: [ :: c_ulong; 4 ] ,
46
+ #[ cfg( target_pointer_width = "32" ) ]
47
+ _priv: [ :: c_ulong; 8 ] ,
45
48
}
46
49
47
50
pub struct kinfo_proc {
Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
pub struct __c_anonymous_domainset {
44
- _priv: [ :: uintptr_t; 4 ] ,
44
+ #[ cfg( target_pointer_width = "64" ) ]
45
+ _priv: [ :: c_ulong; 4 ] ,
46
+ #[ cfg( target_pointer_width = "32" ) ]
47
+ _priv: [ :: c_ulong; 8 ] ,
45
48
}
46
49
47
50
pub struct kinfo_proc {
Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
pub struct __c_anonymous_domainset {
44
- _priv: [ :: uintptr_t; 4 ] ,
44
+ #[ cfg( target_pointer_width = "64" ) ]
45
+ _priv: [ :: c_ulong; 4 ] ,
46
+ #[ cfg( target_pointer_width = "32" ) ]
47
+ _priv: [ :: c_ulong; 8 ] ,
45
48
}
46
49
47
50
pub struct kinfo_proc {
You can’t perform that action at this time.
0 commit comments