jerenkrantz    01/11/27 11:05:06

  Modified:    flood    flood_farm.c
  Log:
  apr_proc_wait changed prototypes.
  
  Revision  Changes    Path
  1.15      +1 -2      httpd-test/flood/flood_farm.c
  
  Index: flood_farm.c
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/flood_farm.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- flood_farm.c      2001/10/03 01:33:00     1.14
  +++ flood_farm.c      2001/11/27 19:05:05     1.15
  @@ -294,8 +294,7 @@
   #if APR_HAS_THREADS
           if ((stat = apr_thread_join(&child_stat, farm->farmers[i])) != 
APR_SUCCESS) {
   #else
  -        if ((stat = apr_proc_wait(farm->farmers[i],NULL,
  -                                  APR_WAIT)) != APR_CHILD_DONE) {
  +        if ((stat = apr_proc_wait(farm->farmers[i], NULL, NULL, APR_WAIT)) 
!= APR_CHILD_DONE) {
   #endif
   
               apr_file_printf(local_stderr, "Error joining farmer thread '%d' 
('%s').\n",
  
  
  

Reply via email to