CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/03/01 08:35:40
Modified files: sbin/disklabel : editor.c Log message: Avoid underflow under SUN_CYLCHECK when rounding partition size to multiple of cylinder size. Eliminate various compiler warnings by shuffling unused variables under !SUN_CYLCHECK. Consolidate two SUN_CYLCHECK blocks into one. Add D_VENDOR check inside SUN_CYLCHECK block. Tweak & ok otto@