From: Bill Stoddard Date: Thu, 17 Feb 2000 13:39:15 +0000 (+0000) Subject: Fix FreeBSD build break caused by my last commit to the file. Doh! X-Git-Tag: 1.3.12~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b806bc49491c8532b7128267954ced518e0d59cd;p=apache Fix FreeBSD build break caused by my last commit to the file. Doh! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 6a3b243138..1f5b88620e 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -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