diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 06:27:36 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 06:27:36 +0000 |
commit | 6881bfb99063e3d42abaa313641b311c6fc3522d (patch) | |
tree | 1df669d89a2f58b450947901b1f41eb407dbf540 /src/os/unix/ngx_aio_read_chain.c | |
parent | 11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (diff) | |
download | nginx-6881bfb99063e3d42abaa313641b311c6fc3522d.tar.gz nginx-6881bfb99063e3d42abaa313641b311c6fc3522d.zip |
nginx-0.0.3-2004-03-30-10:27:36 import
Diffstat (limited to 'src/os/unix/ngx_aio_read_chain.c')
-rw-r--r-- | src/os/unix/ngx_aio_read_chain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_read_chain.c b/src/os/unix/ngx_aio_read_chain.c index 8fc8870dd..3a56e8613 100644 --- a/src/os/unix/ngx_aio_read_chain.c +++ b/src/os/unix/ngx_aio_read_chain.c @@ -8,7 +8,7 @@ ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl) { int n; - char *buf, *prev; + u_char *buf, *prev; size_t size, total; ngx_err_t err; |