hgomez      01/04/23 03:45:07

  Modified:    src/native/mod_jk/common jk_util.c
  Log:
  Removed the HGO fdatasync in log
  (nobody objected during week-end)
  
  Revision  Changes    Path
  1.6       +0 -7      jakarta-tomcat/src/native/mod_jk/common/jk_util.c
  
  Index: jk_util.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/common/jk_util.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jk_util.c 2001/03/27 21:58:26     1.5
  +++ jk_util.c 2001/04/23 10:45:05     1.6
  @@ -57,7 +57,7 @@
    * Description: Utility functions (mainly configuration)                   *
    * Author:      Henri Gomez <[EMAIL PROTECTED]>                               *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
  - * Version:     $Revision: 1.5 $                                           *
  + * Version:     $Revision: 1.6 $                                           *
    ***************************************************************************/
   
   
  @@ -129,13 +129,6 @@
               fwrite(what, 1, sz, p->logfile);
            /* [V] Flush the dam' thing! */
            fflush(p->logfile);
  -#ifndef WIN32
  -#ifndef FREEBSD
  -#ifndef NETWARE
  -         fdatasync(fileno(p->logfile));
  -#endif
  -#endif
  -#endif
           }
   
           return JK_TRUE;
  
  
  

Reply via email to