| commit | fe1cb8c3acb6a7e12c10b4bd70411ebf5b005a7e | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 18 19:52:18 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 18 19:52:18 2007 +0000 |
| tree | 5b8ae727be5803aa9ac1d5fac6bc11df9f7cff6c | |
| parent | 6ed365fa8ba90359e8a6673acb6d118092183aec [diff] [blame] |
rename mode to access
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index 72d3461..1e98fc0 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h
@@ -38,7 +38,7 @@ ngx_fd_t ngx_open_tempfile(u_char *name, ngx_uint_t persistent, - ngx_uint_t mode); + ngx_uint_t access); #define ngx_open_tempfile_n "open()"