Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syscall: swap src, dest arguments in convertFromDirents11 for FreeBSD | Yuval Pavel Zholkover | 2018-10-24 | 1 | -0/+12 |
make fixedSize, oldFixedSize constants. use st instead of stat for function arg so that we do not shadow the stat() function. dstPos+reclen == len(buf) is a valid write location, update the break condition. Change-Id: I55f9210f54d24a3f9cda1ebab52437436254f8f4 Reviewed-on: https://go-review.googlesource.com/c/143637 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |