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,                      | [EMAIL PROTECTED]
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | [EMAIL PROTECTED]
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to