CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/13 06:02:28
Modified files:
sbin/fdisk : cmd.c disk.c disk.h fdisk.c mbr.c misc.c part.c
user.c
Log message:
Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't
need to record two sets of metric/geometry data. Use 'geometry'
instead of 'metrics' in names and comments. Eliminate
DISK_getmetrics().
While here, make 64 the minimal valid value for '-l' instead of 1. This
avoids the possibility of having 0 cylinders.
No intentional functional change.
Feedback & tweak from chris@