diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-16 15:27:31 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-16 15:27:31 +0000 |
commit | 32075f53e94183c647da58d4d832a58725d36c49 (patch) | |
tree | 7951913c6b91189bcd7d152e625469968fa07ccb /src/os/unix/ngx_aio_read_chain.c | |
parent | 630ad0c7b17b4e20d978706d3884995481f28b3c (diff) | |
download | nginx-32075f53e94183c647da58d4d832a58725d36c49.tar.gz nginx-32075f53e94183c647da58d4d832a58725d36c49.zip |
nginx-0.0.3-2004-04-16-19:27:31 import
Diffstat (limited to 'src/os/unix/ngx_aio_read_chain.c')
-rw-r--r-- | src/os/unix/ngx_aio_read_chain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_read_chain.c b/src/os/unix/ngx_aio_read_chain.c index 3a56e8613..2858afa5b 100644 --- a/src/os/unix/ngx_aio_read_chain.c +++ b/src/os/unix/ngx_aio_read_chain.c @@ -9,7 +9,8 @@ ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl) { int n; u_char *buf, *prev; - size_t size, total; + size_t size; + ssize_t total; ngx_err_t err; if (c->read->aio_eof) { |