Commit 724ab9af authored by Mikio Hara's avatar Mikio Hara

x/net/ipv4: fix build on older darwin kernels

A few adjustments for test cases will come in a following CL.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/179760044
parent 40ad15ca
......@@ -43,8 +43,8 @@ func init() {
}
var i int
for i = range osver {
if osver[i] != '.' {
continue
if osver[i] == '.' {
break
}
}
// The IP_PKTINFO and protocol-independent multicast API were
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment