]> granicus.if.org Git - apache/commitdiff
Fix FreeBSD build break caused by my last commit to the file. Doh!
authorBill Stoddard <stoddard@apache.org>
Thu, 17 Feb 2000 13:39:15 +0000 (13:39 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 17 Feb 2000 13:39:15 +0000 (13:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84636 13f79535-47bb-0310-9956-ffa450edef68

support/rotatelogs.c

index 6a3b24313875fc0259d1deb84c569c3e664517a8..1f5b88620e871f9aba85c2847d2a2445152a46a6 100644 (file)
@@ -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>