[Pvfs2-cvs] commit by pcarns in pvfs2-1/include: pvfs2-types.h

CVS commit program cvs at parl.clemson.edu
Mon Jul 27 14:45:48 EDT 2009


Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb1:/tmp/cvs-serv28106/include

Modified Files:
	pvfs2-types.h 
Log Message:
patch from Dries Kimpe to prevent gcc warning in strict mode for public
pvfs2-types.h header file


Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-types.h,v
diff -p -u -r1.156 -r1.157
--- pvfs2-types.h	29 Jan 2009 23:39:51 -0000	1.156
+++ pvfs2-types.h	27 Jul 2009 18:45:47 -0000	1.157
@@ -103,8 +103,9 @@ enum PVFS_encoding_type
 {
     ENCODING_DIRECT = 1,
     ENCODING_LE_BFIELD = 2,
-    ENCODING_XDR = 3,
+    ENCODING_XDR = 3
 };
+
 /* these values must correspond to the defined encoding types above */
 #define ENCODING_INVALID_MIN                    0
 #define ENCODING_INVALID_MAX                    4



More information about the Pvfs2-cvs mailing list