K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T04:19:52.000000Z K 7 svn:log V 363 replace the OpenBSD fd_set sizing code with something more efficient. Only call malloc() if the fd is too big for the compiled in fd_set size, and don't use calloc either. This should reduce the impact of conflicts with private malloc implementations etc. When using the fd_set on the stack, only zero what is needed rather than all 1024 bits like FD_ZERO did. END