You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2002/03/15 05:29:25 UTC

cvs commit: modperl-2.0/xs/Apache/SubProcess Apache__SubProcess.h

stas        02/03/14 20:29:25

  Modified:    xs/Apache/SubProcess Apache__SubProcess.h
  Log:
  - adjust for APR changes: s/kill_after_timeout/APR_KILL_AFTER_TIMEOUT/
  
  Revision  Changes    Path
  1.10      +1 -1      modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h
  
  Index: Apache__SubProcess.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Apache__SubProcess.h	19 Jan 2002 00:25:41 -0000	1.9
  +++ Apache__SubProcess.h	15 Mar 2002 04:29:25 -0000	1.10
  @@ -75,7 +75,7 @@
           return rc;
       }
   
  -    apr_pool_note_subprocess(p, procnew, kill_after_timeout);
  +    apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT);
   
       if (!(*script_in = procnew->in)) {
           Perl_croak(aTHX_ "broken program-in stream");