Bruce Evans ff8cc2eb35 Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
Printing daddr_t's using %d format was always an error, but gcc's
warning about it was ignored for supported 64-bit arches and not printed
for supported 32-bit arches.  Hundreds if not thousands thousands of
previously "fixed" daddr_t printings are now broken on 32-bit machines
by casting daddr_t's to longs.  daddr_t's should be printed using %jd
format, but this fix uses %lld since %j is not implemented in the
kernel yet.

Fixed some nearby format printf errors (style bugs).
2002-05-25 11:05:07 +00:00
..
2002-05-16 21:28:32 +00:00
2002-05-24 07:26:17 +00:00
2002-05-24 00:44:44 +00:00
2002-05-24 17:38:01 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-24 05:40:51 +00:00
2002-03-20 10:12:07 +00:00
2002-05-14 12:31:47 +00:00