commit | 1efcca36cc97faa42cfc48128b25c9e1ed748bbd | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Tue Jul 24 15:09:54 2012 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Tue Jul 24 15:09:54 2012 +0000 |
tree | aa514d2c62978205f2d4216cd51aab049c11d700 | |
parent | 7e72000482b439da9536907a67ccc34cdbb2afef [diff] [blame] |
Fixed compilation with -Wmissing-prototypes.
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c index eea65a9..58e6f76 100644 --- a/src/os/unix/ngx_posix_init.c +++ b/src/os/unix/ngx_posix_init.c
@@ -98,6 +98,8 @@ } +#if 0 + ngx_int_t ngx_posix_post_conf_init(ngx_log_t *log) { @@ -122,3 +124,5 @@ return NGX_OK; } + +#endif