Commit 622ace8f authored by Joel Sing's avatar Joel Sing

net: fix botched cgo netbsd merge

Fix botched cgo_netbsd.go merge and remove redundant +build directive.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6282048
parent 5131deee
......@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build netbsd
package net
/*
......@@ -12,9 +10,5 @@ package net
import "C"
func cgoAddrInfoFlags() C.int {
<<<<<<< local
return C.AI_CANONNAME
=======
return C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL
>>>>>>> other
}
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