nacho       02/05/27 14:56:19

  Modified:    jk/native2/common jk_env.c
  Log:
  * Fixed build in win32
  
  Thanks to Mladen Turk
  
  Revision  Changes    Path
  1.29      +2 -1      jakarta-tomcat-connectors/jk/native2/common/jk_env.c
  
  Index: jk_env.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_env.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- jk_env.c  24 May 2002 04:26:00 -0000      1.28
  +++ jk_env.c  27 May 2002 21:56:19 -0000      1.29
  @@ -58,6 +58,7 @@
   #include "jk_global.h"
   #include "jk_env.h"
   #include "jk_objCache.h"
  +#include "apr_general.h"
   
   jk_env_t *jk_env_globalEnv;
   void *jkGlobalAprPool;
  @@ -72,7 +73,7 @@
   
   /* -------------------- Env management -------------------- */
   
  -static void JK_METHOD *jk2_env_getAprPool( jk_env_t *env ) {
  +static void * JK_METHOD jk2_env_getAprPool( jk_env_t *env ) {
   #ifdef HAS_APR
       /* We don't want to have to recreate the scoreboard after
        * restarts, so we'll create a global pool and never clean it.
  
  
  

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

Reply via email to