K 10 svn:author V 5 steve K 8 svn:date V 27 1999-08-29T15:16:42.000000Z K 7 svn:log V 430 Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin: Due to the size difference between a struct timeval on FreeBSD/Alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the known universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. Submitted by: Adrew Gallatin Obtained from: NetBSD END