Remove the fragment size, block size, and cpg fields from the disklabel
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 20:40:06 +0000 (20:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 20:40:06 +0000 (20:40 +0000)
commitcc1ce052b301f80f5de77718a48cb2b03d671227
tree5b652f56d9bda90bc14aa20449ce6ed3fb16ae40
parent6d859f3966bb6ba88bf474206b90d735fb2da5e4
Remove the fragment size, block size, and cpg fields from the disklabel
program.  disklabel no longer displays these fields and will zero them out
when writing the label back.  newfs and fsck no longer attempt to retrieve
this information from the disklabel.

Replace the obsolete cylinder range and alignment comments with a comment
that displays the size of a partition in megabytes.
sbin/disklabel/disklabel.c