Stefan Eßer e275daef22 Fix size of time stamps (had been time_t before the variable "time" was
hidden). Now "ticks" are used, which are 4 byte, not 8 byte in size.
The size mismatch did not matter due to sufficient padding at the end
of the structure that holds time stamps (there is an unused member).

The fix suggested by Bruce Evans used "sizeof (ticks_t)", but I prefer
to use "sizeof ticks", and didn't seem to object in his last mail on
this topic.

Submitted by:	bde
1998-07-12 20:26:45 +00:00
..
1998-07-11 12:17:07 +00:00
1998-07-11 07:46:16 +00:00
1998-07-11 07:46:16 +00:00
1998-07-11 07:46:16 +00:00
1998-07-11 08:01:18 +00:00
1998-07-11 07:46:16 +00:00
1998-07-11 07:46:16 +00:00
1998-04-06 05:11:42 +00:00
1998-01-08 23:42:31 +00:00
1998-07-11 07:46:16 +00:00
1998-07-11 07:46:16 +00:00
1998-07-11 12:07:52 +00:00