Skip to content

Commit fdcb8d9

Browse files
committed
Syntax fix
1 parent 58c3fa0 commit fdcb8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/uclibc/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,8 @@ pub const IP_TTL: ::c_int = 2;
790790
pub const IP_HDRINCL: ::c_int = 3;
791791
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
792792
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
793-
pub const IPV6_ADD_MEMBERSHIP ::c_int = 20;
794-
pub const IPV6_DROP_MEMBERSHIP ::c_int = 20;
793+
pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20;
794+
pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21;
795795

796796
pub const IPV6_JOIN_GROUP: ::c_int = 20;
797797
pub const IPV6_LEAVE_GROUP: ::c_int = 21;

0 commit comments

Comments
 (0)