Skip to content

Commit 460fb74

Browse files
committed
fix: use c_char from crate root
1 parent 0627e14 commit 460fb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ s_no_extra_traits! {
128128
pub struct sockaddr_un {
129129
pub sun_len: u8,
130130
pub sun_family: sa_family_t,
131-
pub sun_path: [c_char; 104]
131+
pub sun_path: [::c_char; 104]
132132
}
133133

134134
pub struct utsname {

0 commit comments

Comments
 (0)