]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: fix build
authorRuss Cox <rsc@golang.org>
Fri, 1 Feb 2013 06:57:30 +0000 (22:57 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 1 Feb 2013 06:57:30 +0000 (22:57 -0800)
commit25d1fc9389b7313b0e5743c7742c30c36dc2396a
tree51db9c0726556f02229905aeeb89bb37c758b6fd
parent7fc64a2a1da272361fc78453c7ffea17def3bcb0
cmd/dist: fix build

The Unix and Plan 9 readfile call breset(b) but Windows was not,
leaving dregs in the buffer.

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/7229069
src/cmd/dist/windows.c