mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
bc2d267900
commit
c9b651d3f4
71 changed files with 13769 additions and 114 deletions
12
nginx/patches/103-sys_nerr.patch
Executable file
12
nginx/patches/103-sys_nerr.patch
Executable file
|
@ -0,0 +1,12 @@
|
|||
--- a/src/os/unix/ngx_errno.c
|
||||
+++ b/src/os/unix/ngx_errno.c
|
||||
@@ -8,6 +8,9 @@
|
||||
#include <ngx_config.h>
|
||||
#include <ngx_core.h>
|
||||
|
||||
+#ifndef NGX_SYS_NERR
|
||||
+#define NGX_SYS_NERR 128
|
||||
+#endif
|
||||
|
||||
/*
|
||||
* The strerror() messages are copied because:
|
Loading…
Add table
Add a link
Reference in a new issue