You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/02/17 14:39:16 UTC

cvs commit: apache-2.0/src/support rotatelogs.c

stoddard    00/02/17 05:39:16

  Modified:    src/support rotatelogs.c
  Log:
  Fix FreeBSD build break caused by my last commit to the file. Doh!
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/support/rotatelogs.c
  
  Index: rotatelogs.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/rotatelogs.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rotatelogs.c	2000/02/16 18:00:22	1.2
  +++ rotatelogs.c	2000/02/17 13:39:15	1.3
  @@ -10,8 +10,8 @@
   #define BUFSIZE		65536
   #ifdef MAX_PATH
   #undef MAX_PATH
  -#define MAX_PATH	1024
   #endif
  +#define MAX_PATH	1024
   
   #include "ap_config.h"
   #include <time.h>