Commit e38bcb58 authored by Mikio Hara's avatar Mikio Hara

net: fix build on netbsd

Change-Id: Ia5c6d9fb114be65d7c20c7eb97ed696977051031
Reviewed-on: https://go-review.googlesource.com/11167Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 3c60e6e8
......@@ -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
......
......@@ -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
......
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