cvs commit: src/sys/ia64/ia64 clock.c

[ Available lists | Index of cvs-src-old | Month of Jun 2011 | Week of 25 Jun 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Marcel Moolenaar <marcel@FreeBSD.org>
Date
25 Jun 2011 17:59:00
Subject
cvs commit: src/sys/ia64/ia64 clock.c
Message-ID
201106251759.p5PHx0hk056352@repoman.freebsd.org


[ Hide this part ]
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

Elapsed time: 0.111 seconds