K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-13T20:00:03.000000Z K 7 svn:log V 518 Bruce says: "You have been programming in the kernel for too long :-)." and he's right ... I forgot about this floating point stuff you can use in user-land :-) Increase precision of duration to microseconds. No heuristics to avoid overflow in calculation needed - just depend on DBL_MAX being a bit larger than LONG_MAX. Use double instead of `struct timeval' in dd.h so that everything doesn't have to include . Fixed style bugs in recent and old FreeBSD changes. Reviewed by: phk Submitted by: bde END