Module Name:    src
Committed By:   mlelstv
Date:           Fri Sep  4 17:59:53 UTC 2015

Modified Files:
        src/sbin/gpt: gpt_uuid.h

Log Message:
A change to the GPT_TYPE list also requires a change to the GPT_TYPE
index constants.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/gpt/gpt_uuid.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/gpt_uuid.h
diff -u src/sbin/gpt/gpt_uuid.h:1.3 src/sbin/gpt/gpt_uuid.h:1.4
--- src/sbin/gpt/gpt_uuid.h:1.3	Fri Oct  3 20:30:06 2014
+++ src/sbin/gpt/gpt_uuid.h	Fri Sep  4 17:59:53 2015
@@ -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 @@ typedef enum {
 	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,

Reply via email to