16 lines
373 B
Go
16 lines
373 B
Go
|
$NetBSD: patch-src_net_cgo__bsd.go,v 1.1 2015/07/31 14:46:25 bsiegert Exp $
|
||
|
|
||
|
Support cgo on illumos.
|
||
|
|
||
|
--- src/net/cgo_bsd.go.orig 2014-12-11 01:18:10.000000000 +0000
|
||
|
+++ 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
|
||
|
|