Re: select() in 5.X

2003-12-26 Thread Ryan Sommers
On Fri, 2003-12-26 at 16:39, Yaoping Ruan wrote: > Not sure if somebody here has already noticed this problem before. I > have a small program using select() . Though it works correctly on 4.x, > some problem happens on 5.1. First of all, I notice that macros about > FD_xx have been moved into sys/

select() in 5.X

2003-12-26 Thread Yaoping Ruan
Not sure if somebody here has already noticed this problem before. I have a small program using select() . Though it works correctly on 4.x, some problem happens on 5.1. First of all, I notice that macros about FD_xx have been moved into sys/select.h. Then FD_ZERO() seems to be failed. My program l