dougm       2002/06/16 12:28:21

  Modified:    src/modules/perl apache_inc.h
               .        Changes
  Log:
  Submitted by: Randy Kobes <[EMAIL PROTECTED]>
  Reviewed by:  dougm
  fix to compile with 5.8.0 on win32
  
  Revision  Changes    Path
  1.6       +2 -0      modperl/src/modules/perl/apache_inc.h
  
  Index: apache_inc.h
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/apache_inc.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apache_inc.h      12 Jun 2001 20:45:38 -0000      1.5
  +++ apache_inc.h      16 Jun 2002 19:28:20 -0000      1.6
  @@ -96,9 +96,11 @@
   #undef crypt
   #endif
   
  +#if PERL_VERSION == 6
   #ifdef errno
   #define apache_errno errno
   #undef errno
  +#endif
   #endif
   
   #endif /* endif PERL_IS_56 */ 
  
  
  
  1.652     +4 -2      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.651
  retrieving revision 1.652
  diff -u -r1.651 -r1.652
  --- Changes   6 Jun 2002 05:17:05 -0000       1.651
  +++ Changes   16 Jun 2002 19:28:21 -0000      1.652
  @@ -10,8 +10,10 @@
   
   =item 1.27_01-dev
   
  -Document the possible misuses of the Apache::Constant constants [Per
  -Einar Ellefsen <[EMAIL PROTECTED]>]
  +fix to compile with 5.8.0 on win32 [Randy Kobes <[EMAIL PROTECTED]>]
  +
  +Document the possible misuses of the Apache::Constant constants
  +[Per Einar Ellefsen <[EMAIL PROTECTED]>]
   
   =item 1.27 - June 1, 2002
   
  
  
  


Reply via email to