NetBSD/sys/ufs
cgd f6e4567c57 cast int64_t-sized types to "long long" before printing them with %qd.
gcc thinks that the 'q' modifier describes a "long long", and so -Wformat
whines when printing with 'q' on the alpha, since int64_t-sized types are
done with variations on "long" rather than "long long".
1996-11-15 23:11:56 +00:00
..
ffs Performance enhancement from Kirk McKusick <mckusick@McKusick.COM>: 1996-11-06 03:02:59 +00:00
lfs cast int64_t-sized types to "long long" before printing them with %qd. 1996-11-15 23:11:56 +00:00
mfs revert previous kprintf changes 1996-10-12 21:58:44 +00:00
ufs revert previous kprintf changes 1996-10-12 21:58:44 +00:00