patch-src_os_unix_ngx_errno_c 334 B

123456789101112
  1. --- nginx-1.2.2.orig/src/os/unix/ngx_errno.c 2012-07-02 18:51:02.000000000 +0200
  2. +++ nginx-1.2.2/src/os/unix/ngx_errno.c 2012-07-16 09:32:48.000000000 +0200
  3. @@ -8,6 +8,9 @@
  4. #include <ngx_config.h>
  5. #include <ngx_core.h>
  6. +#ifndef NGX_SYS_NERR
  7. +#define NGX_SYS_NERR 128
  8. +#endif
  9. /*
  10. * The strerror() messages are copied because: