summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_errno.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-07-02 16:51:02 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-07-02 16:51:02 +0000
commit7138ca1704831157e6cea929c3f87185016e0d17 (patch)
tree7ec14337794b1f0afdee28d8ee3eb9a0e76652cb /src/os/unix/ngx_errno.c
parenteaf3544e15cc7551efa128ed5bb67851cb57d11e (diff)
downloadnginx-7138ca1704831157e6cea929c3f87185016e0d17.tar.gz
nginx-7138ca1704831157e6cea929c3f87185016e0d17.tar.bz2
Merge of r4682, r4694, r4699, r4704, r4705: minor nits.
*) Fixed spelling of "endianness", and called it "byte ordering" in the user visible part. *) Fixed return type of ngx_strerror_init(). *) Fixed a harmless error in spelling of "Connection: close" when computing the response header length. *) Style. *) Added code to look up Google perftools in /opt/local/, for MacPorts.
Diffstat (limited to 'src/os/unix/ngx_errno.c')
-rw-r--r--src/os/unix/ngx_errno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_errno.c b/src/os/unix/ngx_errno.c
index 75176c49a..e787b2377 100644
--- a/src/os/unix/ngx_errno.c
+++ b/src/os/unix/ngx_errno.c
@@ -42,7 +42,7 @@ ngx_strerror(ngx_err_t err, u_char *errstr, size_t size)
}
-ngx_uint_t
+ngx_int_t
ngx_strerror_init(void)
{
char *msg;