Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 04/29/1999 12:12:09
Module Name:	src
Committed By:	wrstuden
Date:		Thu Apr 29 19:12:08 UTC 1999

Modified Files:
	src/sbin/disklabel: disklabel.c
Log Message:
Fix disklabel -t to work with disks that don't end on a cylinder. Before it
wasn't adding a "su" entry, so when the disktab was read, the sectors per
unit was initialized to "nc"*"sc" which was wrong.

Fixes PR/7446 reported by Matthias Buelow <mkb@altair.mayn.de>.