From df99e8e45eb2df727fa300216dd51bde71d240bd Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 15 Nov 2011 17:46:27 +0000 Subject: [PATCH] Fix comment style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202328 13f79535-47bb-0310-9956-ffa450edef68 --- modules/apreq/handle.c | 2 +- server/apreq_module_cgi.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/apreq/handle.c b/modules/apreq/handle.c index 2de02dd229..d2bdca7ac0 100644 --- a/modules/apreq/handle.c +++ b/modules/apreq/handle.c @@ -385,7 +385,7 @@ apr_status_t apache2_temp_dir_set(apreq_handle_t *handle, apreq_filter_make_context(f); ctx = f->ctx; - // init vs incomplete state? + /* init vs incomplete state? */ if (ctx->temp_dir == NULL && ctx->bytes_read == 0) { if (path != NULL) ctx->temp_dir = apr_pstrdup(handle->pool, path); diff --git a/server/apreq_module_cgi.c b/server/apreq_module_cgi.c index 14fb39ba39..f68b95f5e4 100644 --- a/server/apreq_module_cgi.c +++ b/server/apreq_module_cgi.c @@ -14,7 +14,6 @@ ** See the License for the specific language governing permissions and ** limitations under the License. */ -#include #define APR_WANT_STRFUNC #include "apr_want.h" @@ -410,7 +409,7 @@ static void init_body(apreq_handle_t *handle) req->in = apr_brigade_create(pool, ba); req->tmpbb = apr_brigade_create(pool, ba); - apr_file_open_stdin(&file, pool); // error status? + apr_file_open_stdin(&file, pool); /* error status? */ pipe = apr_bucket_pipe_create(file, ba); eos = apr_bucket_eos_create(ba); APR_BRIGADE_INSERT_HEAD(req->in, pipe); -- 2.40.0