From: William A. Rowe Jr Date: Tue, 3 Apr 2001 06:02:41 +0000 (+0000) Subject: Hmmm... this made things easier for me to read a while back, perhaps X-Git-Tag: 2.0.16~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a1892062012a7b0404f80261b941e905f4e197d;p=apache Hmmm... this made things easier for me to read a while back, perhaps someone else may appreciate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index f71746aadb..8d17e69a23 100644 --- a/server/log.c +++ b/server/log.c @@ -712,7 +712,7 @@ AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program) return pl; } -#else +#else /* !AP_HAVE_RELIABLE_PIPED_LOGS */ static apr_status_t piped_log_cleanup(void *data) {