Date: Thu, 19 Feb 2009 08:51:36 -0500 From: John Baldwin <jhb@freebsd.org> To: Giovanni Trematerra <giovanni.trematerra@gmail.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188766 - head/usr.sbin/rpc.yppasswdd Message-ID: <200902190851.37430.jhb@freebsd.org> In-Reply-To: <4e6cba830902190058ndd6cc9dga02bb8ddd52a7827@mail.gmail.com> References: <200902182227.n1IMRkZ5076793@svn.freebsd.org> <4e6cba830902190058ndd6cc9dga02bb8ddd52a7827@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 19 February 2009 3:58:36 am Giovanni Trematerra wrote: > On Wed, Feb 18, 2009 at 11:27 PM, Warner Losh <imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902190851.37430.jhb>