Skip to content

Commit

Permalink
Merge pull request #3706 from mekosko/main
Browse files Browse the repository at this point in the history
fix: use c_char from crate root
  • Loading branch information
tgross35 authored Aug 12, 2024
2 parents 0627e14 + 460fb74 commit 971fec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ s_no_extra_traits! {
pub struct sockaddr_un {
pub sun_len: u8,
pub sun_family: sa_family_t,
pub sun_path: [c_char; 104]
pub sun_path: [::c_char; 104]
}

pub struct utsname {
Expand Down

0 comments on commit 971fec8

Please sign in to comment.