aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index f63eeccaa..be95637b0 100644
--- 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)