Date: Mon, 18 Mar 2002 17:01:46 -0800 From: Peter Wemm <peter@wemm.org> To: Bruce Evans <bde@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/amr amr.c Message-ID: <20020319010146.B1F17390B@overcee.wemm.org> In-Reply-To: <200203182324.g2INO0r69436@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote: > bde 2002/03/18 15:24:00 PST > > Modified files: > sys/dev/amr amr.c > Log: > Fixed printf format errors in previous commit. %llu is no more suitable > than %u for printing signed 64-bit types. It fails on different machines, > and has the wrong signdness. Also, 64 bit types are not 'long long' on all of our 64 bit platforms. They are plain %ld o4 %lu. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020319010146.B1F17390B>