aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_recv.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-02 15:13:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-02 15:13:20 +0000
commitc972a3fe2774c329cd64fdaf36f51e28a130bf4c (patch)
treed510db8b672c1d8eddc2a533d166f04223b4de81 /src/os/unix/ngx_recv.c
parentdebb39eaedf46e63d22f4604da01cf26a1e8a930 (diff)
downloadnginx-c972a3fe2774c329cd64fdaf36f51e28a130bf4c.tar.gz
nginx-c972a3fe2774c329cd64fdaf36f51e28a130bf4c.zip
nginx-0.0.3-2004-04-02-19:13:20 import
Diffstat (limited to 'src/os/unix/ngx_recv.c')
-rw-r--r--src/os/unix/ngx_recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_recv.c b/src/os/unix/ngx_recv.c
index 37e70c6a3..63453503c 100644
--- a/src/os/unix/ngx_recv.c
+++ b/src/os/unix/ngx_recv.c
@@ -112,7 +112,7 @@ ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
#else /* ! NAVE_KQUEUE */
-ssize_t ngx_unix_recv(ngx_connection_t *c, char *buf, size_t size)
+ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
{
ssize_t n;
ngx_err_t err;