CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/03/08 14:47:18
Modified files: sbin/disklabel : editor.c Log message: Instead of a SUN_CYLCHECK block in both parts of an if/else, with a goto from one to the other, just move the logic after the if/else. One less #ifdef. Decrements total_secs in either case. ok otto@ as part of larger diff