In message <[EMAIL PROTECTED]>, Matthew Dillon w
rites:
> struct timeval64 {
> time64_t tv_sec;
> int64_t tv_frac; /* N/2^63 fractional */
> };
We have this one already, and it's called bintime, except that it
correctly uses N/2^64 fractional the way binary computers prefer it.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message