>>>>> "Adam" == Adam Megacz <patches@lists.megacz.com> writes:
Adam> Formatting fix committed to branch and trunk as shown below.
Thanks.
Adam> +// These functions make the Win32 socket API look more POSIXy
Adam> +static inline int
Adam> +close(int s) {
This is still not quite in line with the coding style. The `{' should
be on its own line.
Tom