commit | 7ad37673e1a08118a748c9df45c83d2b9ce73d4f | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jun 08 13:54:48 2012 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 08 13:54:48 2012 -0400 |
tree | 8e7aa42e109cc476c7e2bef61bd2c79279f843c1 | |
parent | 0c2f0cca7cc29a38e710f23fa752eecfa2368392 [diff] |
syscall: revert API changes in Windows Win32finddata fix. Preserve old API by using correct struct in system call and then copying the results, as we did for SetsockoptLinger. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6307065