| commit | 3f4685f3ded30199ec0c61f98b016f5880330422 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Sun Apr 25 20:13:21 2004 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Sun Apr 25 20:13:21 2004 +0000 |
| tree | 9b633e6681f3b02123700dea850ba0083eb4d6cb | |
| parent | a040f00167fa64e0bd5ea85f3c0551358e0ee544 [diff] [blame] |
nginx-0.0.3-2004-04-26-00:13:21 import
diff --git a/src/core/nginx.c b/src/core/nginx.c index f63eecc..be95637 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c
@@ -70,12 +70,9 @@ }; -ngx_int_t ngx_max_module; +ngx_uint_t ngx_max_module; -ngx_int_t ngx_process; -ngx_pid_t ngx_pid; -ngx_pid_t ngx_new_binary; -ngx_int_t ngx_inherited; +ngx_uint_t ngx_inherited; int main(int argc, char *const *argv)