[PVFS2-CVS]
commit by neill in pvfs2/test/client/sysint: client.c client.h
flush-2.c initialize-dyn.c initialize.c io-bug.c io-test-offset.c
io-test.c ncache-torture.c path-test.c set-info.c
test-pint-ncache.c truncate.c
CVS commit program
cvs at parl.clemson.edu
Wed Jul 28 11:32:58 EDT 2004
Update of /projects/cvsroot/pvfs2/test/client/sysint
In directory parlweb:/tmp/cvs-serv5554/test/client/sysint
Modified Files:
client.c client.h flush-2.c initialize-dyn.c initialize.c
io-bug.c io-test-offset.c io-test.c ncache-torture.c
path-test.c set-info.c test-pint-ncache.c truncate.c
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: client.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/client.c,v
diff -p -u -r1.46 -r1.47
--- client.c 20 May 2004 17:27:53 -0000 1.46
+++ client.c 28 Jul 2004 14:32:58 -0000 1.47
@@ -606,5 +606,5 @@ void gen_rand_str(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: client.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/client.h,v
diff -p -u -r1.3 -r1.4
--- client.h 11 Jun 2003 20:27:48 -0000 1.3
+++ client.h 28 Jul 2004 14:32:58 -0000 1.4
@@ -19,7 +19,7 @@
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
#endif
Index: flush-2.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/flush-2.c,v
diff -p -u -r1.19 -r1.20
--- flush-2.c 20 May 2004 17:27:53 -0000 1.19
+++ flush-2.c 28 Jul 2004 14:32:58 -0000 1.20
@@ -253,5 +253,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: initialize-dyn.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/initialize-dyn.c,v
diff -p -u -r1.6 -r1.7
--- initialize-dyn.c 10 May 2004 20:59:42 -0000 1.6
+++ initialize-dyn.c 28 Jul 2004 14:32:58 -0000 1.7
@@ -264,5 +264,5 @@ int main(int argc, char **argv)
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: initialize.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/initialize.c,v
diff -p -u -r1.11 -r1.12
--- initialize.c 9 Mar 2004 22:24:20 -0000 1.11
+++ initialize.c 28 Jul 2004 14:32:58 -0000 1.12
@@ -40,5 +40,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: io-bug.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/io-bug.c,v
diff -p -u -r1.5 -r1.6
--- io-bug.c 20 May 2004 17:27:53 -0000 1.5
+++ io-bug.c 28 Jul 2004 14:32:58 -0000 1.6
@@ -210,5 +210,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: io-test-offset.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/io-test-offset.c,v
diff -p -u -r1.24 -r1.25
--- io-test-offset.c 20 May 2004 17:27:53 -0000 1.24
+++ io-test-offset.c 28 Jul 2004 14:32:58 -0000 1.25
@@ -263,5 +263,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: io-test.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/io-test.c,v
diff -p -u -r1.53 -r1.54
--- io-test.c 20 May 2004 17:27:53 -0000 1.53
+++ io-test.c 28 Jul 2004 14:32:58 -0000 1.54
@@ -260,5 +260,5 @@ int main(int argc, char **argv)
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: ncache-torture.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/ncache-torture.c,v
diff -p -u -r1.3 -r1.4
--- ncache-torture.c 24 Mar 2004 23:10:33 -0000 1.3
+++ ncache-torture.c 28 Jul 2004 14:32:58 -0000 1.4
@@ -139,5 +139,5 @@ int main(int argc, char **argv)
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: path-test.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/path-test.c,v
diff -p -u -r1.8 -r1.9
--- path-test.c 9 Mar 2004 22:24:21 -0000 1.8
+++ path-test.c 28 Jul 2004 14:32:58 -0000 1.9
@@ -40,5 +40,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: set-info.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/set-info.c,v
diff -p -u -r1.22 -r1.23
--- set-info.c 20 May 2004 17:27:53 -0000 1.22
+++ set-info.c 28 Jul 2004 14:32:58 -0000 1.23
@@ -144,5 +144,5 @@ int main(int argc, char **argv)
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-pint-ncache.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/test-pint-ncache.c,v
diff -p -u -r1.3 -r1.4
--- test-pint-ncache.c 24 Mar 2004 23:10:33 -0000 1.3
+++ test-pint-ncache.c 28 Jul 2004 14:32:58 -0000 1.4
@@ -235,5 +235,5 @@ int main(int argc, char **argv)
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: truncate.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/truncate.c,v
diff -p -u -r1.22 -r1.23
--- truncate.c 20 May 2004 17:27:53 -0000 1.22
+++ truncate.c 28 Jul 2004 14:32:58 -0000 1.23
@@ -111,6 +111,6 @@ int main(int argc,char **argv)
* 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