]> Cypherpunks repositories - gostls13.git/commit
net: rename netFD.proto to netFD.net on Plan 9
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 16 Apr 2015 07:24:45 +0000 (16:24 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 17 Apr 2015 00:09:13 +0000 (00:09 +0000)
commit3185cfbfbbf7ab7067ea96a2198dbbd510a78515
tree6efdd005dc2183fce411e79645fccc18233815ae
parent28388c4eb102f3218bbbdcca4699de6b078bdde6
net: rename netFD.proto to netFD.net on Plan 9

In followup changes, we'll move OpError around from the netFD layer to
the Conn layer for fixing #4856. Before doing that, this change makes
netFD of Plan 9 match netFD for POSIX platforms to avoid conflict.

Change-Id: Iea7632716d48722a1758e52effefec964a3a9442
Reviewed-on: https://go-review.googlesource.com/8990
Reviewed-by: David du Colombier <0intro@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/fd_plan9.go
src/net/ipsock_plan9.go