CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/05/13 06:51:40
Modified files: sbin/dumpfs : dumpfs.c Log message: Nuke another pointless dev_bsize variable always set to 512 and use DEV_BSIZE. David Vasek says it still works the same on 4K-byte-sector device. i.e. prints one value incorrectly. For which a fix should be following soon.