2011-10-21 22:55:07 +00:00
|
|
|
--- a/src/os/unix/ngx_errno.c
|
|
|
|
+++ b/src/os/unix/ngx_errno.c
|
2012-06-10 18:08:36 +00:00
|
|
|
@@ -8,6 +8,9 @@
|
2011-10-21 22:55:07 +00:00
|
|
|
#include <ngx_config.h>
|
|
|
|
#include <ngx_core.h>
|
|
|
|
|
|
|
|
+#ifndef NGX_SYS_NERR
|
|
|
|
+#define NGX_SYS_NERR 128
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The strerror() messages are copied because:
|