svn commit: r185594 - head/sbin/newfs_msdos

Max Laier max at love2party.net
Wed Dec 3 15:09:33 PST 2008


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 at freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier at EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News


More information about the svn-src-all mailing list