Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/gpt A change to the GPT_TYPE list also requires a chang...
details: https://anonhg.NetBSD.org/src/rev/fc69441867a7
branches: trunk
changeset: 340433:fc69441867a7
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Fri Sep 04 17:59:53 2015 +0000
description:
A change to the GPT_TYPE list also requires a change to the GPT_TYPE
index constants.
diffstat:
sbin/gpt/gpt_uuid.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 7465802c992e -r fc69441867a7 sbin/gpt/gpt_uuid.h
--- a/sbin/gpt/gpt_uuid.h Fri Sep 04 15:50:48 2015 +0000
+++ b/sbin/gpt/gpt_uuid.h Fri Sep 04 17:59:53 2015 +0000
@@ -47,6 +47,7 @@
// Must match the array in gpt_uuid.c
typedef enum {
GPT_TYPE_APPLE_HFS = 0,
+ GPT_TYPE_APPLE_UFS,
GPT_TYPE_BIOS,
GPT_TYPE_EFI,
GPT_TYPE_FREEBSD,
@@ -56,6 +57,8 @@
GPT_TYPE_FREEBSD_ZFS,
GPT_TYPE_LINUX_DATA,
GPT_TYPE_LINUX_SWAP,
+ GPT_TYPE_LINUX_RAID,
+ GPT_TYPE_LINUX_LVM,
GPT_TYPE_MS_BASIC_DATA,
GPT_TYPE_MS_RESERVED,
GPT_TYPE_NETBSD_CCD,
Home |
Main Index |
Thread Index |
Old Index