K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-11-20T06:36:09.000000Z K 7 svn:log V 349 Use fixed-size fields in the structure for the timed protocol. This includes changing a struct timeval to an explicit structure of two int32_t's. This requires using temporary timevals in several places when calling gettimeofday(), settimeofday(), etc. With this timed now works properly on 64-bit platforms such as Alpha. Obtained from: NetBSD END