freebsd-dev/sys/ufs
Bruce Evans aa6db4230d Used daddr_t's, not ints, to store disk block numbers. Updated printf
formats and args to match.  Fixed old printf format errors (all related;
most were hidden by calling printf indirectly).

This change somehow avoids compiler bugs for 64-bit longs on i386's,
although it increases the number of 64-bit calculations.
1998-07-28 18:25:51 +00:00
..
ffs Fixed printf format errors. 1998-07-11 07:46:16 +00:00
mfs Fixed printf format errors. 1998-07-11 07:46:16 +00:00
ufs Used daddr_t's, not ints, to store disk block numbers. Updated printf 1998-07-28 18:25:51 +00:00