Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 22:28:15 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259926 - head/sys/sys
Message-ID:  <201312262228.rBQMSFRi006100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Thu Dec 26 22:28:15 2013
New Revision: 259926
URL: http://svnweb.freebsd.org/changeset/base/259926

Log:
  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

Modified:
  head/sys/sys/gpt.h

Modified: head/sys/sys/gpt.h
==============================================================================
--- head/sys/sys/gpt.h	Thu Dec 26 21:06:12 2013	(r259925)
+++ head/sys/sys/gpt.h	Thu Dec 26 22:28:15 2013	(r259926)
@@ -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		\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312262228.rBQMSFRi006100>