cleaning up my mailbox...

Ask had a problem with missing HZ constant on ?BSD, so should this patch 
go in?

Index: src/modules/perl/modperl_time.h
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_time.h,v
retrieving revision 1.1
diff -u -r1.1 modperl_time.h
--- src/modules/perl/modperl_time.h     2001/01/21 23:19:03     1.1
+++ src/modules/perl/modperl_time.h     2001/10/19 03:21:04
@@ -1,6 +1,10 @@
  #ifndef MODPERL_TIME_H
  #define MODPERL_TIME_H

+#ifndef HZ
+#define HZ 100
+#endif
+
  #ifdef MP_TRACE
  #define dMP_TIMES \
      struct tms start_time; \

-- 


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


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

Reply via email to