diff -r fe4443fba5e3 -r 00dc414c909d src/network/core/os_abstraction.h --- a/src/network/core/os_abstraction.h Wed Apr 18 18:37:40 2007 +0000 +++ b/src/network/core/os_abstraction.h Wed Apr 18 22:10:36 2007 +0000 @@ -161,7 +161,7 @@ /* Make the names compatible */ # define closesocket(s) CloseSocket(s) # define GET_LAST_ERROR() Errno() -# define ioctlsocket(s,request,status) IoctlSocket((LONG)s,(ULONG)request,(char*)status) +# define ioctlsocket(s, request, status) IoctlSocket((LONG)s, (ULONG)request, (char*)status) # define ioctl ioctlsocket typedef unsigned int in_addr_t;