Date: Thu, 4 Dec 2008 00:09:30 +0100 From: Max Laier <max@love2party.net> To: Max Laier <mlaier@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185594 - head/sbin/newfs_msdos Message-ID: <200812040009.30837.max@love2party.net> In-Reply-To: <200812032300.mB3N0vZW003970@svn.freebsd.org> References: <200812032300.mB3N0vZW003970@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 04 December 2008 00:00:57 Max Laier wrote: > Author: mlaier > Date: Wed Dec 3 23:00:57 2008 > New Revision: 185594 > URL: http://svn.freebsd.org/changeset/base/185594 > > Log: > Fix build - cast off_t to (intmax_t) for printing. I'd really like to typedef the int64 types "long long" on all architectures :-\ It's a big POLA violation in my opinion and causes quite a bit of porting headache. Or at least let's fix printf to understand that "long" types on 64bit architectures can be printed with %ll. Since they are - in fact - 64bit wide. But I keep reiterating this point - I guess I still don't understand the exact reason why we can't just do that. -- /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812040009.30837.max>