marcel 2011-06-25 17:58:35 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64 clock.c
Log:
SVN rev 223544 on 2011-06-25 17:58:35Z by marcel
Oops. The sec field of struct bintime is *not* a 32-bit type.
It's time_t, which is 64 bits on ia64.
Revision Changes Path
1.43 +1 -1 src/sys/ia64/ia64/clock.c