diff src/core/nginx.c @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents ba876b26b76d
children 4feff829a849
line wrap: on
line diff
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -70,12 +70,9 @@ ngx_module_t  ngx_core_module = {
 };
 
 
-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)