CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/05/24 08:54:49
Modified files: sbin/fsck_ext2fs: utilities.c sbin/fsck_ffs : utilities.c Log message: 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@