[PVFS2-CVS]
commit by neill in pvfs2/src/common/id-generator: id-generator.c
id-generator.h
CVS commit program
cvs at parl.clemson.edu
Wed Jul 28 11:32:36 EDT 2004
Update of /projects/cvsroot/pvfs2/src/common/id-generator
In directory parlweb:/tmp/cvs-serv5554/src/common/id-generator
Modified Files:
id-generator.c id-generator.h
Log Message:
- applied Nathan's expandtab patch (expandtab-2.patch.gz)
first referenced at:
http://www.beowulf-underground.org/pipermail/pvfs2-developers/2004-July/000745.html
Index: id-generator.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/id-generator/id-generator.c,v
diff -p -u -r1.6 -r1.7
--- id-generator.c 26 Apr 2004 17:43:15 -0000 1.6
+++ id-generator.c 28 Jul 2004 14:32:35 -0000 1.7
@@ -160,5 +160,5 @@ static int hash_key_compare(void *key, s
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: id-generator.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/id-generator/id-generator.h,v
diff -p -u -r1.10 -r1.11
--- id-generator.h 8 Jul 2004 16:17:08 -0000 1.10
+++ id-generator.h 28 Jul 2004 14:32:35 -0000 1.11
@@ -90,5 +90,5 @@ int id_gen_safe_unregister(PVFS_id_gen_t
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
More information about the PVFS2-CVS
mailing list