CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/05/11 17:15:42
Modified files: sbin/disklabel : editor.c Log message: Make sure last, catch-all, auto-allocated partition ends on a cylinder boundary if SUN_CYLCHECK is defined. Don't bother rounding any partition size to cylinder boundary if SUN_CYLCHECK is not defined. Should fix warning message on sparc64 noticed by d...@. ok deraadt@