]> Cypherpunks repositories - gostls13.git/commit
syscall: remove getsockname workaround for openbsd
authorJoel Sing <jsing@google.com>
Mon, 13 Jan 2014 00:24:56 +0000 (11:24 +1100)
committerJoel Sing <jsing@google.com>
Mon, 13 Jan 2014 00:24:56 +0000 (11:24 +1100)
commit3233a12f614723317f5d2e127b87b69aa236cd58
tree4fddee622fa99d956eb573fd94cf4ca46fa7bd53
parent073bd0ba245395fdb9b2837fa365fb4a23eebb7a
syscall: remove getsockname workaround for openbsd

Remove the getsockname workaround for unix domain sockets on OpenBSD.
This was fixed in OpenBSD 5.2 and we now have a minimum requirement
for OpenBSD 5.4-current.

R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/50960043
src/pkg/syscall/syscall_bsd.go