diff src/os/unix/ngx_errno.h @ 637:e60fe4cf1d4e release-0.3.40

nginx-0.3.40-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 19 Apr 2006 15:30:56 +0000
parents f971949ffb58
children 6d5c1535bb9d
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