CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/07/11 13:43:20

Modified files:
        sbin/fdisk     : cmd.c fdisk.c mbr.c mbr.h part.c user.c 

Log message:
Add 'mbr_' prefix to struct mbr field names.

Change 'offset' to mbr_lba_self and 'reloffset'
to mbr_lba_firstembr to make their use more evident.
Adjust a few parameter names to match.

Change 'part[]' to mbr_prt[] to reflect that it is an
array of struct prt.

No functional change.

Reply via email to