Module Name: src Committed By: jnemeth Date: Sat Oct 19 08:03:52 UTC 2013
Modified Files: src/sys/sys: disklabel_gpt.h Log Message: add FreeBSD ZFS partition type To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/sys/disklabel_gpt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/disklabel_gpt.h diff -u src/sys/sys/disklabel_gpt.h:1.10 src/sys/sys/disklabel_gpt.h:1.11 --- src/sys/sys/disklabel_gpt.h:1.10 Fri Jan 18 17:43:35 2013 +++ src/sys/sys/disklabel_gpt.h Sat Oct 19 08:03:52 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel_gpt.h,v 1.10 2013/01/18 17:43:35 jakllsch Exp $ */ +/* $NetBSD: disklabel_gpt.h,v 1.11 2013/10/19 08:03:52 jnemeth Exp $ */ /* * Copyright (c) 2002 Marcel Moolenaar @@ -127,6 +127,8 @@ struct gpt_ent { {0x516e7cb6,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}} #define GPT_ENT_TYPE_FREEBSD_VINUM \ {0x516e7cb8,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}} +#define GPT_ENT_TYPE_FREEBSD_ZFS \ + {0x516e7cba,0x6ecf,0x11d6,0x8f,0xf8,{0x00,0x02,0x2d,0x09,0x71,0x2b}} /* * The following are unused but documented here to avoid reuse. *