Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sbin/gpt Pull up following revision(s) (requested by mlel...
details: https://anonhg.NetBSD.org/src/rev/f526407b8033
branches: netbsd-7
changeset: 799589:f526407b8033
user: martin <martin%NetBSD.org@localhost>
date: Tue Sep 08 12:05:02 2015 +0000
description:
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.
diffstat:
sbin/gpt/gpt_uuid.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 8b28b58be443 -r f526407b8033 sbin/gpt/gpt_uuid.h
--- a/sbin/gpt/gpt_uuid.h Tue Sep 08 12:02:33 2015 +0000
+++ b/sbin/gpt/gpt_uuid.h Tue Sep 08 12:05:02 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