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-03-20 02:08:01 +00:00
2002-05-15 12:25:11 +00:00
2002-03-20 02:08:01 +00:00
2001-11-15 07:52:49 +00:00
2002-03-20 02:08:01 +00:00
2002-01-08 06:47:55 +00:00
2002-04-02 05:52:52 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00
2002-02-04 15:55:21 +00:00
2002-04-13 22:34:16 +00:00
2002-02-04 14:01:27 +00:00
2002-04-13 22:34:16 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00
2002-05-02 15:58:04 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00
2002-04-11 21:19:04 +00:00
2002-04-17 00:31:32 +00:00
2002-05-24 06:32:18 +00:00
2002-03-23 15:36:13 +00:00
2002-04-09 00:35:26 +00:00
2002-05-06 09:02:55 +00:00
2001-11-15 07:52:49 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 07:51:46 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 02:08:01 +00:00
2002-05-24 06:01:07 +00:00
2002-03-20 02:08:01 +00:00
2002-02-26 03:37:35 +00:00