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)