Skip to content

Commit f2b8b8f

Browse files
committed
1 parent 6605f08 commit f2b8b8f

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ s_no_extra_traits! {
16291629
pub kf_flags: ::c_int,
16301630
_kf_pad0: ::c_int,
16311631
pub kf_offset: i64,
1632-
_priv: [::uintptr_t; 38], // FIXME if needed
1632+
_priv: [u8; 304], // FIXME: this is really a giant union
16331633
pub kf_status: u16,
16341634
_kf_pad1: u16,
16351635
_kf_ispare0: ::c_int,

0 commit comments

Comments
 (0)