Is there any guarantee that gettimeofday will set the tv_sec
field to be 0 <= tv_sec < 1,000,000 ?
In other words, for struct timeval's returned by gettimeofday, is
it safe to assume that if a.tv_sec > b.tv_sec then a > b ?
Thanks
Mark.
--
Mark Harrison http://jasper.ora.com/mh/