summaryrefslogtreecommitdiff
path: root/src/pkg/net/cgo_bsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/cgo_bsd.go')
-rw-r--r--src/pkg/net/cgo_bsd.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/net/cgo_bsd.go b/src/pkg/net/cgo_bsd.go
index 3b38e3d83..388eab4fe 100644
--- a/src/pkg/net/cgo_bsd.go
+++ b/src/pkg/net/cgo_bsd.go
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin freebsd
+// +build !netgo
+// +build darwin dragonfly freebsd
package net