Module Name: src Committed By: martin Date: Tue Sep 8 12:05:02 UTC 2015
Modified Files: src/sbin/gpt [netbsd-7]: gpt_uuid.h Log Message: Pull up following revision(s) (requested by mlelstv in ticket #969): sbin/gpt/gpt_uuid.h: revision 1.4 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.2.2 -r1.3.2.3 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.2.2 src/sbin/gpt/gpt_uuid.h:1.3.2.3 --- src/sbin/gpt/gpt_uuid.h:1.3.2.2 Tue Jun 2 19:49:38 2015 +++ src/sbin/gpt/gpt_uuid.h Tue Sep 8 12:05:02 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,