From: Mikio Hara Date: Mon, 26 Jan 2015 11:52:02 +0000 (+0900) Subject: net: remove solaris tag from cgo X-Git-Tag: go1.5beta1~2224 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5e279ddd01e4a28394059ea470be9829bf597b3b;p=gostls13.git net: remove solaris tag from cgo For now solaris port does not support cgo. Moreover, its system calls and library interfaces are different from BSD. Change-Id: Idb4fed889973368b35d38b361b23581abacfdeab Reviewed-on: https://go-review.googlesource.com/3306 Reviewed-by: Aram Hăvărneanu --- diff --git a/src/net/cgo_bsd.go b/src/net/cgo_bsd.go index 3090d3019d..388eab4fe1 100644 --- a/src/net/cgo_bsd.go +++ b/src/net/cgo_bsd.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // +build !netgo -// +build darwin dragonfly freebsd solaris +// +build darwin dragonfly freebsd package net