You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/06/05 19:33:50 UTC

cvs commit: apache-1.3/src/support httpd.exp

rse         98/06/05 10:33:50

  Modified:    src      CHANGES
               src/support httpd.exp
  Log:
  Fix symbol export list (src/support/httpd.exp) after recent
  API changes in the child spawning area.
  
  Submitted by: Jens-Uwe Mager <ju...@helios.de>
  Reviewed by: Ralf S. Engelschall
  
  Revision  Changes    Path
  1.888     +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.887
  retrieving revision 1.888
  diff -u -r1.887 -r1.888
  --- CHANGES	1998/06/05 07:15:17	1.887
  +++ CHANGES	1998/06/05 17:33:47	1.888
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.1
   
  +  *) Fix symbol export list (src/support/httpd.exp) after recent
  +     API changes in the child spawning area.
  +     [Jens-Uwe Mager <ju...@helios.de>]
  +
     *) Workaround for configure script and old `test' commands which do not
        support the -x flag (for instance under platforms like Ultrix). This is
        solved by another helper script findprg.sh which searches for Perl and
  
  
  
  1.3       +2 -2      apache-1.3/src/support/httpd.exp
  
  Index: httpd.exp
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/httpd.exp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- httpd.exp	1998/05/22 06:58:28	1.2
  +++ httpd.exp	1998/06/05 17:33:49	1.3
  @@ -37,6 +37,7 @@
   ap_bsetflag
   ap_bsetopt
   ap_bskiplf
  +ap_bspawn_child
   ap_bvputs
   ap_bwrite
   ap_bytes_in_free_blocks
  @@ -299,8 +300,7 @@
   ap_snprintf
   ap_soft_timeout
   ap_some_auth_required
  -ap_spawn_child_err
  -ap_spawn_child_err_buff
  +ap_spawn_child
   ap_srm_command_loop
   ap_standalone
   ap_start_restart