Subject: Re: scan_ffs from OpenBSD ported and improved.
To: Juan RP <juan@xtrarom.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-userlevel
Date: 06/10/2005 11:20:11
On Jun 6, 2005, at 2:58 PM, Juan RP wrote:

>> In calls to printf(3), explicitly cast the PRIu64 arguments to  
>> uint64_t.
>> Just for portability. Or find someone who guarantees that daddr_t  
>> will
>> always be (and stay) equivalent to uint64_t.
>>
>
> I thought PRI* definitions were already portable?

But the size of daddr_t is not.

-- thorpej