diff src/os/unix/ngx_errno.h @ 186:54aabf2b0bc6 NGINX_0_3_40

nginx 0.3.40 *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <http://sysoev.ru>
date Wed, 19 Apr 2006 00:00:00 +0400
parents 13710a1813ad
children 56688ed172c8
line wrap: on
line diff
--- a/src/os/unix/ngx_errno.h
+++ b/src/os/unix/ngx_errno.h
@@ -14,6 +14,7 @@
 
 typedef int               ngx_err_t;
 
+#define NGX_EPERM         EPERM
 #define NGX_ENOENT        ENOENT
 #define NGX_ESRCH         ESRCH
 #define NGX_EINTR         EINTR