From b806bc49491c8532b7128267954ced518e0d59cd Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Thu, 17 Feb 2000 13:39:15 +0000 Subject: [PATCH] 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 --- support/rotatelogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1