Subject: Re: disk block number printing
To: None <tech-kern@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-kern
Date: 04/13/2003 13:21:39
>> P.S. FreeBSD does approximately:
>> "%lld", (int64_t) d
> Which is broken on a system where [long long != int64_t]
Yeah, you have to "%lld", (long long int) d. It's a bit of a pain,
even if you throw in a typedef to reduce typing.
/~\ The ASCII der Mouse
\ / Ribbon Campaign
X Against HTML mouse@rodents.montreal.qc.ca
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B