]> Cypherpunks repositories - gostls13.git/commit
net: fix EAI_BADFLAGS error on freebsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 21 Apr 2011 14:22:53 +0000 (10:22 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Apr 2011 14:22:53 +0000 (10:22 -0400)
commit338b7abdfc2c44911e3025f81e39eaa496998449
treead81fac8bf6bff651317940d9c52857d69ef4d0a
parent1f5900451137415011e07efd0943c40701a26dcf
net: fix EAI_BADFLAGS error on freebsd

R=rsc
CC=golang-dev
https://golang.org/cl/4442072
src/pkg/net/Makefile
src/pkg/net/cgo_bsd.go [new file with mode: 0644]
src/pkg/net/cgo_linux.go [new file with mode: 0644]
src/pkg/net/cgo_unix.go