[PVFS2-CVS]
commit by slang in pvfs2/src/apps/kernel/linux: pvfs2-client-core.c
CVS commit program
cvs at parl.clemson.edu
Fri Nov 11 16:30:58 EST 2005
Update of /projects/cvsroot/pvfs2/src/apps/kernel/linux
In directory parlweb:/tmp/cvs-serv32535/src/apps/kernel/linux
Modified Files:
pvfs2-client-core.c
Log Message:
moved the llu and lld macros to an internal header so that we don't have to include pvfs2-config.h in the installed pvfs2-types.h header.
Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.54 -r1.55
--- pvfs2-client-core.c 10 Nov 2005 01:26:57 -0000 1.54
+++ pvfs2-client-core.c 11 Nov 2005 21:30:58 -0000 1.55
@@ -74,6 +74,7 @@
#ifdef CLIENT_CORE_OP_TIMING
#include "pint-util.h"
+#include "pvfs2-internal.h"
#endif
#define DEFAULT_LOGFILE "/tmp/pvfs2-client.log"
More information about the PVFS2-CVS
mailing list