CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/02/27 07:58:05
Modified files: sbin/disklabel : editor.c Log message: Move fsize initialization into get_fsize() to eliminate duplication. Ensure get_fsize() is always called before get_bsize(). And during (R)esize only call the pair a second time when a partition is actually shrunk. ok otto@