commit | 4abbd4a468ded765fc23cf4a4de3ff48f32b354b | [log] [tgz] |
---|---|---|
author | Preetam Jinka <pj@preet.am> | Thu Apr 10 13:58:03 2014 +1000 |
committer | Andrew Gerrand <adg@golang.org> | Thu Apr 10 13:58:03 2014 +1000 |
tree | b29a61e0616f27c69f341889e41b9d12905a0b31 | |
parent | 0b0e80709253f8c95ce1efb3210726f518a8542c [diff] |
syscall: fix Getfsstat() for BSD The buffer length should be the size in bytes instead of the number of structs. Fixes #6588. LGTM=mikioh.mikioh R=golang-codereviews, mikioh.mikioh, adg CC=golang-codereviews https://golang.org/cl/84830043