cvs commit: src/usr.sbin/moused moused.c
Jung-uk Kim
jkim at FreeBSD.org
Thu Mar 6 02:43:58 UTC 2008
On Wednesday 05 March 2008 09:31 pm, Max Laier wrote:
> Am Do, 6.03.2008, 03:14, schrieb Jung-uk Kim:
> > jkim 2008-03-06 02:14:45 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > usr.sbin/moused moused.c
> > Log:
> > Cast time_t to long to mute tinderbox build failure.
>
> doesn't this defeat the purpose of having time_t in the first
> place? I'd rather cast to intmax_t and print with %j ... though
> it probably doesn't matter.
Now the timestamp is uptime and the breakage was just debugging
output, it shouldn't really matter at all but I will do that soon.
Thanks,
Jung-uk Kim
More information about the cvs-src
mailing list