CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/03/25 09:58:44
Modified files:
sbin/fdisk : cmd.c part.c part.h
Log message:
Make *_name fields char * instead of char[]. Specify desired
width of output in printf() rather than "%-*s" and sizeof(name) +
1. Clearer, may even save some bytes as many names are shorter
than the max.
Rename PRT_print_mbrtypes() to PRT_print_mbrmenu() and
PRT_print_gpttypes() to PRT_print_gptmenu() to remove implied
completeness of list presented in menu.
No functional change.