From: krw Date: Wed, 10 May 2023 13:45:49 +0000 (+0000) Subject: Display correct type name for Microsoft basic data GPT X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b45cff3bff2247a07f2c4b38cce64c1923c4a041;p=openbsd Display correct type name for Microsoft basic data GPT partitions. Inadvertantly lost in transition to new menu logic. --- diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c index cab9e08a6a1..bb9929aa82b 100644 --- a/sbin/fdisk/part.c +++ b/sbin/fdisk/part.c @@ -1,4 +1,4 @@ -/* $OpenBSD: part.c,v 1.160 2023/04/12 13:11:37 krw Exp $ */ +/* $OpenBSD: part.c,v 1.161 2023/05/10 13:45:49 krw Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -386,7 +386,7 @@ const struct gpt_type gpt_types[] = { { 0, NULL, /* EFI Sys */ EFI_SYSTEM_PARTITION_GUID }, { 0, NULL, /* Win Recovery*/ WIN_RECOVERY_GUID }, { 0, NULL, /* Linux VM */ LINUX_LVM_GUID }, - { 0, NULL, /* MS basic data */ MICROSOFT_BASIC_DATA_GUID }, + { 0, "Microsoft basic data", MICROSOFT_BASIC_DATA_GUID }, { 0, NULL, /* ChromeKernel */ CHROME_KERNEL_GUID }, #if 0 /* Sorted as in https://en.wikipedia.org/wiki/GUID_Partition_Table */