Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit cd36623

Browse files
committed
Move IPV6 constant that breaks Bionic.
1 parent 4d6650c commit cd36623

File tree

1 file changed

+3
-2
lines changed
  • src/core/sys/posix/netinet

1 file changed

+3
-2
lines changed

src/core/sys/posix/netinet/in_.d

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ else version( linux )
397397
IPPROTO_TCP = 6,
398398
IPPROTO_PUP = 12,
399399
IPPROTO_UDP = 17,
400-
IPPROTO_IDP = 22,
401-
IPPROTO_IPV6 = 41
400+
IPPROTO_IDP = 22
402401
}
403402

404403
enum : c_ulong
@@ -1406,6 +1405,8 @@ else version( CRuntime_Musl )
14061405

14071406
enum : uint
14081407
{
1408+
IPPROTO_IPV6 = 41,
1409+
14091410
IPV6_UNICAST_HOPS = 16,
14101411
IPV6_MULTICAST_IF = 17,
14111412
IPV6_MULTICAST_HOPS = 18,

0 commit comments

Comments
 (0)