On Thursday 19 February 2009 3:58:36 am Giovanni Trematerra wrote:
> On Wed, Feb 18, 2009 at 11:27 PM, Warner Losh <i...@freebsd.org> wrote:
> 
> >
> >  time_t is a 64-bits int on arm and mips.  Before this change, arm was
> >  silently broken.  I guess there aren't that many ARM machines running
> >  master YP domain servers. :)
> >
> 
> If I'm not wrong, time_t is a 64-bits int on amd64 too.
> Was amd64 silently broken so far?

On amd64, a long is 64-bits, so sizeof(long) == sizeof(time_t).

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to