Skip to content

Commit a0a4f8c

Browse files
committed
Undo division of in6_addr on Fuchsia
1 parent f8e6b00 commit a0a4f8c

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)