From kde-devel Fri Jun 18 17:01:55 1999 From: Alex Zepeda Date: Fri, 18 Jun 1999 17:01:55 +0000 To: kde-devel Subject: Re: kio::pop3 X-MARC-Message: https://marc.info/?l=kde-devel&m=92972430419468 On Fri, 18 Jun 1999, Mario Weilguni wrote: > So it should be: > do { > m_tTimeout.tv_sec = 10; > m_tTimeout.tv_usec = 0; > } while(::select(m_iSock+1, &FDs, 0, 0, &m_tTimeout) == 0); > > or am I wrong here? Linux is wrong here. It should not be messing with the timeout value, and I think this has been dealt with, and the true select syscall has been left with the name select, and the bogus one, has been given another name. - alex