We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc0914 commit 62ad61fCopy full SHA for 62ad61f
src/unix/newlib/mod.rs
@@ -539,8 +539,8 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9;
539
pub const IPV6_MULTICAST_HOPS: ::c_int = 10;
540
pub const IPV6_MULTICAST_LOOP: ::c_int = 11;
541
pub const IPV6_V6ONLY: ::c_int = 27;
542
-pub const IPV6_JOIN_GROUP ::c_int = 12;
543
-pub const IPV6_LEAVE_GROUP ::c_int = 13;
+pub const IPV6_JOIN_GROUP: ::c_int = 12;
+pub const IPV6_LEAVE_GROUP: ::c_int = 13;
544
pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12;
545
pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13;
546
0 commit comments