Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 21:43:46 -0500
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        "Max Laier" <max@love2party.net>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <200803052143.48208.jkim@FreeBSD.org>
In-Reply-To: <53687.192.168.4.151.1204770665.squirrel@router>
References:  <200803060214.m262EjmG032525@repoman.freebsd.org> <53687.192.168.4.151.1204770665.squirrel@router>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803052143.48208.jkim>