Use consistent format specifiers (%lld) and casts (long long) when
authorkrw <krw@openbsd.org>
Sat, 24 May 2014 14:54:49 +0000 (14:54 +0000)
committerkrw <krw@openbsd.org>
Sat, 24 May 2014 14:54:49 +0000 (14:54 +0000)
commit5480ff59a9116839a0df98ee726a8c8644b555ce
tree5e761ed8d61a83f1fc378dffae63505109998e31
parent8f4b60892c4e3b7113a8ec9502bb9277096b4ebb
Use consistent format specifiers (%lld) and casts (long long) when
printing out block numbers and sector numbers. Make output verbiage
consistent. -Wall happier.

Original diff and ok chl@
sbin/fsck_ext2fs/utilities.c
sbin/fsck_ffs/utilities.c