commit | f00af3da1cd6b3f09f5d61a6d8bca438c77b34c6 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Tue Jan 21 18:54:49 2014 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Jan 21 18:54:49 2014 -0800 |
tree | 229ba3e7741a8e8d21ce571f517cfe3849a94044 | |
parent | db37050f21466d4890dbe31362b7090a63ad3d8c [diff] |
syscall: use unsafe.Pointer instead of uintptr in net syscalls In particular: setsockopt, getsockopt, bind, connect. There are probably more. All platforms cross-compile with make.bash, and all.bash still pases on linux/amd64. Update #7169 R=rsc CC=golang-codereviews https://golang.org/cl/55410043