[PVFS2-CVS] commit by robl in pvfs2-1/src/io/flow: flow.c

CVS commit program cvs at parl.clemson.edu
Wed Feb 9 16:47:00 EST 2005


Update of /projects/cvsroot/pvfs2-1/src/io/flow
In directory parlweb:/tmp/cvs-serv30604/src/io/flow

Modified Files:
	flow.c 
Log Message:
don't include pthread.h extraneously.  don't compile pthread versions if
NULL_LCOKING selected


Index: flow.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/flow/flow.c,v
diff -u -w -p -u -r1.44 -r1.45
--- flow.c	1 Sep 2004 18:08:07 -0000	1.44
+++ flow.c	9 Feb 2005 21:46:59 -0000	1.45
@@ -8,7 +8,6 @@
 /* (see flow.h) */
 
 #include <errno.h>
-#include <pthread.h>
 #include <sys/time.h>
 #include <unistd.h>
 #include <string.h>



More information about the PVFS2-CVS mailing list