]> Cypherpunks repositories - gostls13.git/commit
net: replace error variable name e, errno with err
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 31 Jan 2012 15:36:45 +0000 (00:36 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 31 Jan 2012 15:36:45 +0000 (00:36 +0900)
commit28397befabea2bb984b8eda963d9e7c16ffafd45
tree6223054ba583b40aab14749e7784e2f54739caef
parentf8e9bbe475f014aab614000bde498961149539c5
net: replace error variable name e, errno with err

R=rsc, r
CC=golang-dev
https://golang.org/cl/5593046
22 files changed:
src/pkg/net/fd.go
src/pkg/net/fd_darwin.go
src/pkg/net/fd_freebsd.go
src/pkg/net/fd_linux.go
src/pkg/net/fd_netbsd.go
src/pkg/net/fd_openbsd.go
src/pkg/net/fd_windows.go
src/pkg/net/file.go
src/pkg/net/interface_darwin.go
src/pkg/net/interface_freebsd.go
src/pkg/net/interface_linux.go
src/pkg/net/interface_windows.go
src/pkg/net/ipsock.go
src/pkg/net/ipsock_plan9.go
src/pkg/net/lookup_windows.go
src/pkg/net/multicast_test.go
src/pkg/net/net_test.go
src/pkg/net/sendfile_linux.go
src/pkg/net/sockopt.go
src/pkg/net/tcpsock_posix.go
src/pkg/net/udpsock_posix.go
src/pkg/net/unixsock_posix.go