Skip to content

Commit 1844a77

Browse files
authored
Merge pull request #1069 from cramertj/undo-fuchsia-repr-fix
Undo division of in6_addr on Fuchsia
2 parents f8e6b00 + a0a4f8c commit 1844a77

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/fuchsia/mod.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,7 @@ s! {
164164
}
165165

166166
pub struct in6_addr {
167-
pub __in6_union: in6_union,
168-
}
169-
170-
pub union in6_union {
171-
pub __s6_addr: [u8; 16],
172-
pub __s6_addr16: [u16; 8],
173-
pub __s6_addr32: [u32; 4],
167+
pub s6_addr: [u8; 16],
174168
}
175169

176170
pub struct ip_mreq {

0 commit comments

Comments
 (0)