You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by ra...@madhaus.utcs.utoronto.ca on 1996/06/01 00:18:51 UTC

Re: cvs snapshot. compiler warnings

> > 
> > How is select() defined in the headers? And fd_set? Whatever, HPUX would
> > seem to be broken by normal standards.
> 
> 
>      extern int select(size_t, int *, int *, int *, const struct timeval

Just to make matters worse, on AIX the int *'s in the above are void *'s.

Every other OS I checked today uses fd_set *'s.  These include Linux, FreeBSD,
Irix, SunOS, Solaris and BSDi.

-Rasmus