[PVFS2-CVS]
commit by robl in pvfs2/test/io/bmi: test-bmi-client-gm.c
CVS commit program
cvs at parl.clemson.edu
Mon Feb 16 12:06:31 EST 2004
Update of /projects/cvsroot/pvfs2/test/io/bmi
In directory parlweb:/tmp/cvs-serv31354/test/io/bmi
Modified Files:
test-bmi-client-gm.c
Log Message:
fix some compile errors and warnings
Index: test-bmi-client-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-client-gm.c,v
diff -u -w -p -u -r1.7 -r1.8
--- test-bmi-client-gm.c 12 Aug 2003 22:42:29 -0000 1.7
+++ test-bmi-client-gm.c 16 Feb 2004 17:06:30 -0000 1.8
@@ -62,7 +62,7 @@ int main(int argc, char **argv) {
/* set debugging stuff */
gossip_enable_stderr();
- gossip_set_debug_mask(0, BMI_DEBUG_ALL);
+ gossip_set_debug_mask(0, GOSSIP_BMI_DEBUG_ALL);
/* initialize local interface */
ret = BMI_initialize("bmi_gm", NULL, 0);
@@ -354,7 +354,6 @@ static struct options* parse_args(int ar
/* getopt stuff */
extern char* optarg;
- extern int optind, opterr, optopt;
char flags[] = "h:r:s:c:";
int one_opt = 0;
More information about the PVFS2-CVS
mailing list