ben         96/08/08 05:32:23

  Modified:    src       mod_cgi.c
  Log:
  OS/2 cleanup changed spawn_child_err to spawn_child. Fixed.
  
  Revision  Changes    Path
  1.15      +1 -1      apache/src/mod_cgi.c
  
  Index: mod_cgi.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_cgi.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -C3 -r1.14 -r1.15
  *** mod_cgi.c 1996/08/08 07:21:15     1.14
  --- mod_cgi.c 1996/08/08 12:32:22     1.15
  ***************
  *** 388,394 ****
        cld.argv0 = argv0; cld.r = r; cld.nph = nph;
        cld.debug = conf->logname ? 1 : 0;
        
  !     if (!spawn_child (r->connection->pool, cgi_child, (void *)&cld,
                      nph ? just_wait : kill_after_timeout,
    #ifdef __EMX__
                      &script_out, &script_in, &script_err)) {
  --- 388,394 ----
        cld.argv0 = argv0; cld.r = r; cld.nph = nph;
        cld.debug = conf->logname ? 1 : 0;
        
  !     if (!spawn_child_err (r->connection->pool, cgi_child, (void *)&cld,
                      nph ? just_wait : kill_after_timeout,
    #ifdef __EMX__
                      &script_out, &script_in, &script_err)) {
  
  
  

Reply via email to