You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <jw...@virginia.edu> on 2002/08/02 18:44:34 UTC

Re: cvs commit: apr/poll/unix poll.c

On 2 Aug 2002 ianh@apache.org wrote:

>   +#ifdef WIN32
>   +        SOCKET fd;
>   +#else
>            int fd;
>   +#endif

That's what apr_os_sock_t is for.  Please use it instead of the ifdefs.

--Cliff