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. > Revision Changes Path > 1.82 +2 -2 src/usr.sbin/moused/moused.c > > -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
