A few adjustments for test cases will come in a following CL. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/179760044
@@ -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