From: Joe Orton Date: Wed, 16 Sep 2009 14:45:39 +0000 (+0000) Subject: * server/log.c: Update comment in piped_log structure, now it is X-Git-Tag: 2.3.3~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed5cf0bd649142bd8ffc5f6d040d1ad762f07805;p=apache * server/log.c: Update comment in piped_log structure, now it is has been made opaque. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@815811 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index cb5b3f98c6..30741f7660 100644 --- a/server/log.c +++ b/server/log.c @@ -160,8 +160,6 @@ struct piped_log { apr_pool_t *p; /** The pipe between the server and the logging process */ apr_file_t *read_fd, *write_fd; - /* XXX - an #ifdef that needs to be eliminated from public view. Shouldn't - * be hard */ #ifdef AP_HAVE_RELIABLE_PIPED_LOGS /** The name of the program the logging process is running */ char *program;