aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-12-26 22:28:15 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-12-26 22:28:15 +0000
commit9cb1a1969bede08b1ae75bf6ac60a48677a03033 (patch)
treeeec239c4c3f99a0fa565f8147478188e5499d420
parent5cc596c46d2fee49ff10b64f9d363523b2ee2a4c (diff)
downloadsrc-9cb1a1969bede08b1ae75bf6ac60a48677a03033.tar.gz
src-9cb1a1969bede08b1ae75bf6ac60a48677a03033.zip
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
Notes
Notes: svn path=/head/; revision=259926
-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 e37166cd0220..7d2e7d569875 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 \