Subject: re: CVS commit: src/crypto/dist/ssh
To: None <he@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/30/2006 10:07:14
   
   Log Message:
   Use PRIu64 instead of llu when printing an u_int64_t.
   Fixes a build problem for our LP64 ports, where "long long"
   is typically longer than 64 bits.


actually, "long long" is 64 bits on most/all of them, it's just
that it's not the same type as "long".


.mrg.