You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/04/05 22:52:25 UTC

cvs commit: logging-log4cxx/src dailyrollingfileappender.cpp

mcatan      2004/04/05 13:52:25

  Modified:    src      dailyrollingfileappender.cpp
  Log:
  removed include of errno.h
  
  Revision  Changes    Path
  1.4       +0 -4      logging-log4cxx/src/dailyrollingfileappender.cpp
  
  Index: dailyrollingfileappender.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/dailyrollingfileappender.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dailyrollingfileappender.cpp	2 Apr 2004 08:33:34 -0000	1.3
  +++ dailyrollingfileappender.cpp	5 Apr 2004 20:52:25 -0000	1.4
  @@ -23,10 +23,6 @@
   #include <time.h>
   #include <log4cxx/helpers/timezone.h>
   
  -#ifdef WIN32
  -#include <errno.h>
  -#endif
  -
   using namespace log4cxx;
   using namespace log4cxx::helpers;