diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-30 16:51:33 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-30 16:51:33 +0000 |
| commit | b5910d497e51bac754b0a5bdbd58318b653e0859 (patch) | |
| tree | 332719a81bd2b8c7efb7ad5a1077d9c36bc879b5 /src/core/ngx_output_chain.c | |
| parent | 68ee8f144242965c9650ad99604d1717c0f84c18 (diff) | |
| download | nginx-b5910d497e51bac754b0a5bdbd58318b653e0859.tar.gz nginx-b5910d497e51bac754b0a5bdbd58318b653e0859.tar.bz2 | |
nginx-0.0.1-2003-10-30-19:51:33 import
Diffstat (limited to 'src/core/ngx_output_chain.c')
| -rw-r--r-- | src/core/ngx_output_chain.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; /* |
