Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/27/2003 21:43:23
Module Name:	src
Committed By:	dsl
Date:		Thu Nov 27 21:43:23 UTC 2003

Modified Files:
	src/distrib/utils/sysinst: mbr.c

Log Message:
When rounding a partition to end on a cylinder boundary, round the start
down to a cylinder boundary before adding in the requested size.
Stops the partition being one cylinder larger than requested when the
partition doesn't start at the beginning of a cylinder (eg for partitions
starting in sector 63).
Fixes part of PR install/23548


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/distrib/utils/sysinst/mbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.