Skip to content

Commit 78c2d81

Browse files
committed
mixed up lines
1 parent 2517a62 commit 78c2d81

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ s! {
9898

9999
pub struct ip_mreq_source {
100100
pub imr_multiaddr: in_addr,
101-
pub imr_interface: in_addr,
102101
pub imr_sourceaddr: in_addr,
102+
pub imr_interface: in_addr,
103103
}
104104

105105
pub struct glob_t {

0 commit comments

Comments
 (0)