summaryrefslogtreecommitdiffstats
path: root/sys/sys/gpt.h
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-12-26 22:28:15 +0000
committerdim <dim@FreeBSD.org>2013-12-26 22:28:15 +0000
commitafce7b331e6e694ea17c0e039a4d237537d9ac5e (patch)
treeeec239c4c3f99a0fa565f8147478188e5499d420 /sys/sys/gpt.h
parente207b9699849dc94398f535b35780a75712ea5a9 (diff)
downloadFreeBSD-src-afce7b331e6e694ea17c0e039a4d237537d9ac5e.zip
FreeBSD-src-afce7b331e6e694ea17c0e039a4d237537d9ac5e.tar.gz
In sys/sys/gpt.h, add a missing backslash at the end of the
GPT_ENT_TYPE_VSANHDR define. Pointy hat to: marck MFC after: 2 weeks X-MFC-With: r259925
Diffstat (limited to 'sys/sys/gpt.h')
-rw-r--r--sys/sys/gpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h
index e37166c..7d2e7d5 100644
--- a/sys/sys/gpt.h
+++ b/sys/sys/gpt.h
@@ -128,7 +128,7 @@ struct gpt_ent {
{0x9d275380,0x40ad,0x11db,0xbf,0x97,{0x00,0x0c,0x29,0x11,0xd1,0xb8}}
#define GPT_ENT_TYPE_VMRESERVED \
{0x9198effc,0x31c0,0x11db,0x8f,0x78,{0x00,0x0c,0x29,0x11,0xd1,0xb8}}
-#define GPT_ENT_TYPE_VSANHDR
+#define GPT_ENT_TYPE_VSANHDR \
{0x381cfccc,0x7288,0x11e0,0x92,0xee,{0x00,0x0c,0x29,0x11,0xd0,0xb2}}
#define GPT_ENT_TYPE_APPLE_BOOT \
OpenPOWER on IntegriCloud