dougm       2002/08/28 14:19:07

  Modified:    src/modules/perl modperl_time.h
  Log:
  s/times/PerProc_times/g (fixes win32)
  
  Revision  Changes    Path
  1.3       +2 -2      modperl-2.0/src/modules/perl/modperl_time.h
  
  Index: modperl_time.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_time.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modperl_time.h    20 Oct 2001 03:35:54 -0000      1.2
  +++ modperl_time.h    28 Aug 2002 21:19:06 -0000      1.3
  @@ -16,10 +16,10 @@
   #endif
   
   #define MP_START_TIMES() \
  -    MP_TRACE_t_do((void)times(&start_time))
  +    MP_TRACE_t_do((void)PerlProc_times(&start_time))
   
   #define MP_END_TIMES() \
  -    MP_TRACE_t_do((void)times(&end_time))
  +    MP_TRACE_t_do((void)PerlProc_times(&end_time))
   
   #define MP_PRINT_TIMES(label) \
       MP_TRACE_t_do({ \
  
  
  


Reply via email to