repo.or.cz
/
t2-trunk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git]
/
package
/
network
/
nginx
/
103-sys_nerr.patch
blob
5f5d106fed1f9eb1a42bdd3933309ac5d16a57bd
1
--- a/src/os/unix/ngx_errno.c
2
+++ b/src/os/unix/ngx_errno.c
3
@@ -8,6 +8,9 @@
4
#include <ngx_config.h>
5
#include <ngx_core.h>
6
7
+#ifndef NGX_SYS_NERR
8
+#define NGX_SYS_NERR 128
9
+#endif
10
11
/*
12
* The strerror() messages are copied because: