Skip to content

Commit 8c60c9a

Browse files
committed
Fixed size of sockaddr_in
1 parent f05cd2a commit 8c60c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/newlib/horizon/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ s! {
3535
pub sin_family: ::sa_family_t,
3636
pub sin_port: ::in_port_t,
3737
pub sin_addr: ::in_addr,
38-
pub sin_zero: [::c_uchar; 8],
3938
}
4039

4140
pub struct sockaddr_in6 {

0 commit comments

Comments
 (0)