brian       96/04/24 22:18:28

  Modified:    src       mod_cgi.c
  Log:
  Submitted by: Brian Behlendorf
  
  Modified ccp commands to be a bit more portable.
  
  Revision  Changes    Path
  1.7       +2 -2      apache/src/mod_cgi.c
  
  Index: mod_cgi.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_cgi.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_cgi.c 1996/03/31 01:07:01     1.6
  --- mod_cgi.c 1996/04/25 05:18:26     1.7
  ***************
  *** 134,142 ****
        chdir_file (r->filename);
        error_log2stderr (r->server);
    
  !     #ifndef __EMX__
        if (nph) client_to_stdout (r->connection);
  !     #endif    
        
        /* Transumute outselves into the script.
         * NB only ISINDEX scripts get decoded arguments.
  --- 134,142 ----
        chdir_file (r->filename);
        error_log2stderr (r->server);
    
  ! #ifndef __EMX__
        if (nph) client_to_stdout (r->connection);
  ! #endif    
        
        /* Transumute outselves into the script.
         * NB only ISINDEX scripts get decoded arguments.
  
  
  

Reply via email to