Skip to content

Commit c97d217

Browse files
author
Dave Huseby
committed
fixes the bitrig d_namlen compile error
1 parent 026f4b3 commit c97d217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/openbsdlike/bitrig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ s! {
1717
pub d_off: ::off_t,
1818
pub d_reclen: u16,
1919
pub d_type: u8,
20-
pub d_namelen: u8,
20+
pub d_namlen: u8,
2121
__d_padding: [u8; 4],
2222
pub d_name: [::c_char; 256],
2323
}

0 commit comments

Comments
 (0)