CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/03/14 11:11:44
Modified files: sbin/fdisk : part.c part.h Log message: Abstract duplicated code scanning gpt_types[] into a helper function find_gpt_type(). Use find_gpt_type() to simplify the functions obtaining information from gpt_types[]. Add not yet used PRT_uuid_to_protection() to allow simplification of GPT partition protection code.. No intentional functional change.