CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/07/31 07:37:06
Modified files: sbin/fdisk : cmd.c gpt.c misc.c misc.h Log message: Allow creation/recovery of GPT partitions with arbitrary types. Do this by treating uuid_s_bad_version as just an advisory from uuid_from_string() that the uuid created from the provided string has a version unknown to uuid_from_string(). Note in passing that uuid_create() always succeeds so no need to provide/check a status variable. ok kettenis@ jca@