Make *_name fields char * instead of char[]. Specify desired
authorkrw <krw@openbsd.org>
Sat, 25 Mar 2023 15:58:44 +0000 (15:58 +0000)
committerkrw <krw@openbsd.org>
Sat, 25 Mar 2023 15:58:44 +0000 (15:58 +0000)
commit24a7e0dd62626799e0b9da0d7913115a7f516553
tree081aa995d774c4891bfd5d563e0fe3a266a526bf
parentd7c8d7e7923deed51c1a4c7b1e43fc4ecab850d7
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.
sbin/fdisk/cmd.c
sbin/fdisk/part.c
sbin/fdisk/part.h