]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix build on netbsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 17 Jun 2015 13:05:55 +0000 (22:05 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 17 Jun 2015 18:17:50 +0000 (18:17 +0000)
Change-Id: Ia5c6d9fb114be65d7c20c7eb97ed696977051031
Reviewed-on: https://go-review.googlesource.com/11167
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/cgo_resnew.go
src/net/cgo_resold.go

index a13e5d10505c9c6a64dc4a68ceab24c4c883ffc8..3910b6fc199facd76ab41ae9e6ab671f17699ba9 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // +build cgo,!netgo
-// +build darwin linux solaris
+// +build darwin linux netbsd solaris
 
 package net
 
index cf09e83e5151847a61e9cd508c0c2692cc5e75ef..1756186aa0f6de5687f231552ff5a8b885400fe0 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // +build cgo,!netgo
-// +build freebsd dragonfly netbsd openbsd
+// +build freebsd dragonfly openbsd
 
 package net