]> Cypherpunks repositories - gostls13.git/commit
os: make the system info a value not a pointer on unix
authorRob Pike <r@golang.org>
Wed, 22 Feb 2012 20:51:49 +0000 (07:51 +1100)
committerRob Pike <r@golang.org>
Wed, 22 Feb 2012 20:51:49 +0000 (07:51 +1100)
commit880cda557a8cc638667916eac28e185e686e5878
tree7271a6be8caaf9a4d649342485bec0de1ecb0811
parentbb4a490928aeb1b6d6cc50954da141b3cf0cacde
os: make the system info a value not a pointer on unix
fix a couple of other minor related details.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5690071
src/pkg/os/exec_plan9.go
src/pkg/os/exec_posix.go
src/pkg/os/exec_unix.go
src/pkg/os/exec_windows.go