net: fix build on netbsd

Change-Id: Ia5c6d9fb114be65d7c20c7eb97ed696977051031
Reviewed-on: https://go-review.googlesource.com/11167
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Mikio Hara 2015-06-17 22:05:55 +09:00
parent 3c60e6e8cf
commit e38bcb58d7
2 changed files with 2 additions and 2 deletions

View 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

View 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