hgomez      2003/08/28 02:48:22

  Modified:    jk/native/apache-2.0 mod_jk.c
  Log:
  avoid errors with iSeries C compiler
  
  Revision  Changes    Path
  1.83      +2 -2      jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c
  
  Index: mod_jk.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- mod_jk.c  26 Aug 2003 04:28:12 -0000      1.82
  +++ mod_jk.c  28 Aug 2003 09:48:22 -0000      1.83
  @@ -251,7 +251,7 @@
               ap_content_type_tolower(tmp);
               /* It should be done like this in Apache 2.0 */
               /* This way, Apache 2.0 will be able to set the output filter */
  -            /* and it make jk useable with deflate using
  +            /* and it make jk useable with deflate using */
               /* AddOutputFilterByType DEFLATE text/html */
               ap_set_content_type(r, tmp);
           } else if(!strcasecmp(header_names[h], "Location")) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to