Subject: Re: int_fmtio.h problem on sparc64
To: Chris Ross <cross+netbsd@distal.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 11/21/2007 17:41:02
On Wed, Nov 21, 2007 at 11:31:08AM -0500, Chris Ross wrote:
> of PRI?PTR and SCN?PTR are missing.  uintptr_t is a 64-bit number on  
> the sparc64, but PRIxPTR (for example) is "lx", instead of "llx".

"unsigned long" is 64bit too - so it is correct on 64bit compiles. On
32bit compiles uintptr_t is 32bit, so again it is correct.

I guess I don't see the problem you describe - can you elaborate?

Martin