mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
13 lines
237 B
Diff
13 lines
237 B
Diff
|
--- 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:
|