You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/03/05 20:46:22 UTC

cvs commit: apr/include/arch/netware internal_time.h

bnicholes    02/03/05 11:46:22

  Modified:    include/arch/netware internal_time.h
  Log:
  Due to other changes in NetWare LibC, had to redefine the timezone macro
  
  Revision  Changes    Path
  1.3       +1 -4      apr/include/arch/netware/internal_time.h
  
  Index: internal_time.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/netware/internal_time.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- internal_time.h	8 Feb 2002 19:13:43 -0000	1.2
  +++ internal_time.h	5 Mar 2002 19:46:22 -0000	1.3
  @@ -57,10 +57,7 @@
   
   #include "apr.h"
   
  -#ifdef WAITING_FOR_UPDATE
  -#undef timezone
  -# define timezone           (*___timezone())
  -#endif
  +#define TZONE           (*___timezone())
   
   void apr_netware_setup_time(void);