[PVFS2-CVS] commit by pw in pvfs2/src/apps/admin: pvfs2-viewdist.c

CVS commit program cvs at parl.clemson.edu
Fri Jan 6 10:02:27 EST 2006


Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb:/tmp/cvs-serv20213/src/apps/admin

Modified Files:
	pvfs2-viewdist.c 
Log Message:
move xattr.h include after pvfs2-config.h include


Index: pvfs2-viewdist.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-viewdist.c,v
diff -u -p -u -r1.3 -r1.4
--- pvfs2-viewdist.c	15 Dec 2005 21:39:31 -0000	1.3
+++ pvfs2-viewdist.c	6 Jan 2006 15:02:25 -0000	1.4
@@ -17,9 +17,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <libgen.h>
-#ifdef HAVE_ATTR_XATTR_H
-#include <attr/xattr.h>
-#endif
 
 #define __PINT_REQPROTO_ENCODE_FUNCS_C
 #include "pvfs2.h"
@@ -30,6 +27,10 @@
 #include "pvfs2-dist-simple-stripe.h"
 #include "pvfs2-dist-varstrip.h"
 #include "pint-util.h"
+
+#ifdef HAVE_ATTR_XATTR_H
+#include <attr/xattr.h>
+#endif
 
 struct options 
 {



More information about the PVFS2-CVS mailing list