svn commit: r259926 - head/sys/sys

Dimitry Andric dim at FreeBSD.org
Thu Dec 26 22:28:16 UTC 2013


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		\


More information about the svn-src-head mailing list