diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-07-02 16:51:02 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-07-02 16:51:02 +0000 |
| commit | 7138ca1704831157e6cea929c3f87185016e0d17 (patch) | |
| tree | 7ec14337794b1f0afdee28d8ee3eb9a0e76652cb /src/os/unix/ngx_errno.c | |
| parent | eaf3544e15cc7551efa128ed5bb67851cb57d11e (diff) | |
| download | nginx-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.c | 2 |
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; |
