OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Kenneth R Westerback (krwcvs.openbsd.org)
Date: Mon May 11 2009 - 18:15:42 CDT


CVSROOT: /cvs
Module name: src
Changes by: krwcvs.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 dlg.

ok deraadt