K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-07-12T22:46:40.000000Z K 7 svn:log V 276 Fix a very obscure bug in select() and poll() where the timeout would never expire if poll() or select() was called before the system had been in multiuser for 1 second. This was caused by only checking to see if tv_sec was zero rather than checking both tv_sec and tv_usec. END