]> Cypherpunks repositories - gostls13.git/commit
Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 2 Jul 2015 06:02:03 +0000 (15:02 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Jul 2015 16:11:03 +0000 (16:11 +0000)
commit2a0fc9e70e26cefc1877efa00e85c2e82fbec7e3
treed2e183e4d19a9a4e1c6fa55fef3dbef2ce43a1d6
parent85938714e9619e1db064ad11a94ac987d6c24ac0
Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"

This reverts commit 6f7961da28232c609f7c51b3bed7f15db7dd33e1.

Russ suggests changing the frozon syscall package and obviously it's a
better solution. Perhaps he will also let me know the way how to get the
project owners to agree later.

Fixes #11492.

Change-Id: I98f9f366b72b85db54b4acfc3a604b62fb6d783c
Reviewed-on: https://go-review.googlesource.com/11854
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
14 files changed:
src/go/build/deps_test.go
src/internal/syscall/unix/socket.go [deleted file]
src/internal/syscall/unix/socket_linux_386.go [deleted file]
src/internal/syscall/unix/socket_linux_386.s [deleted file]
src/internal/syscall/unix/socket_stub.go [deleted file]
src/internal/syscall/unix/socket_unix.go [deleted file]
src/net/fd_unix.go
src/net/file.go
src/net/file_bsd_test.go [deleted file]
src/net/file_linux_test.go [deleted file]
src/net/file_plan9.go
src/net/file_stub.go
src/net/file_unix.go
src/net/file_windows.go