Skip to content

Commit 3269493

Browse files
committed
---
yaml --- r: 178204 b: refs/heads/master c: 3096784 h: refs/heads/master v: v3
1 parent ff02cea commit 3269493

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fcb30a0b67b1bd4acbc3422ff74fac5d031ae1ae
2+
refs/heads/master: 3096784a3b1dd7d20bc67f19d4ccd61ae497a7de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 474b324eda10440d6568ef872a7307d38e7de95b
55
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6

trunk/src/liblibc/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4195,8 +4195,10 @@ pub mod consts {
41954195
pub const IP_HDRINCL: c_int = 2;
41964196
pub const IP_ADD_MEMBERSHIP: c_int = 12;
41974197
pub const IP_DROP_MEMBERSHIP: c_int = 13;
4198-
pub const IPV6_ADD_MEMBERSHIP: c_int = 12; // don't exist, keep same as IP_ADD_MEMBERSHIP
4199-
pub const IPV6_DROP_MEMBERSHIP: c_int = 13; // don't exist, keep same as IP_DROP_MEMBERSHIP
4198+
// don't exist, keep same as IP_ADD_MEMBERSHIP
4199+
pub const IPV6_ADD_MEMBERSHIP: c_int = 12;
4200+
// don't exist, keep same as IP_DROP_MEMBERSHIP
4201+
pub const IPV6_DROP_MEMBERSHIP: c_int = 13;
42004202

42014203
pub const TCP_NODELAY: c_int = 1;
42024204
//pub const TCP_KEEPIDLE: c_int = ;

0 commit comments

Comments
 (0)