jorton      2004/06/10 01:31:45

  Modified:    test     testglobalmutex.c
  Log:
  * test/testglobalmutex.c (testglobalmutex): Fix declaration.
  
  Revision  Changes    Path
  1.15      +2 -4      apr/test/testglobalmutex.c
  
  Index: testglobalmutex.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testglobalmutex.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -d -w -u -r1.14 -r1.15
  --- testglobalmutex.c 9 Jun 2004 19:39:53 -0000       1.14
  +++ testglobalmutex.c 10 Jun 2004 08:31:45 -0000      1.15
  @@ -104,11 +104,9 @@
   
   abts_suite *testglobalmutex(abts_suite *suite)
   {
  -    suite = ADD_SUITE(suite)
  -
  -    apr_lockmech_e mech;
  +    apr_lockmech_e mech = APR_LOCK_DEFAULT;
   
  -    mech = APR_LOCK_DEFAULT;
  +    suite = ADD_SUITE(suite)
       abts_run_test(suite, test_exclusive, &mech);
   #if APR_HAS_POSIXSEM_SERIALIZE
       mech = APR_LOCK_POSIXSEM;
  
  
  

Reply via email to