Skip to content

Commit 579f2c9

Browse files
committed
Merge pull request rust-lang#169 from dhuseby/fixing_bitrig_d_namlen
fixes the bitrig d_namlen compile error
2 parents 026f4b3 + c97d217 commit 579f2c9

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)