CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/09/02 12:07:45
Modified files: sbin/fdisk : cmd.c part.c part.h Log message: Split part_type into separate types 'mbr_type' and 'gpt_type', shrinking static data demands. Split PRT_printall() into PRT_print_mbrtypes() and PRT_print_gpttypes() to eliminate pointless 'pseudo' MBR partition types and pointless display of MBR partition types with no associated GPT GUIDs. Eases future MBR and GPT partition type editing improvements. ok kettenis@