K 10 svn:author V 2 jb K 8 svn:date V 27 1998-02-20T05:08:53.000000Z K 7 svn:log V 179 time() needs a pointer to a time_t, but tv_sec in a timeval is a long (yuk). So give time() what it wants and let the compiler promote the variable when it is assigned to tv_sec. END