From b5910d497e51bac754b0a5bdbd58318b653e0859 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 30 Oct 2003 16:51:33 +0000 Subject: nginx-0.0.1-2003-10-30-19:51:33 import --- src/core/ngx_output_chain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_output_chain.c') diff --git a/src/core/ngx_output_chain.c b/src/core/ngx_output_chain.c index b50cf9074..69ed5bc55 100644 --- a/src/core/ngx_output_chain.c +++ b/src/core/ngx_output_chain.c @@ -16,7 +16,8 @@ static int ngx_output_chain_copy_hunk(ngx_hunk_t *dst, ngx_hunk_t *src, int ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in) { int rc, last; - ssize_t size, hsize; + size_t hsize; + ssize_t size; ngx_chain_t *cl, *out, **last_out; /* -- cgit