From 10a543a810ac78eb5d754302b001debf9cd420c4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 16 Mar 2004 07:10:12 +0000 Subject: nginx-0.0.2-2004-03-16-10:10:12 import --- src/os/unix/ngx_process_cycle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os/unix/ngx_process_cycle.c') diff --git a/src/os/unix/ngx_process_cycle.c b/src/os/unix/ngx_process_cycle.c index 6ee6c9a24..76d6bb503 100644 --- a/src/os/unix/ngx_process_cycle.c +++ b/src/os/unix/ngx_process_cycle.c @@ -333,7 +333,7 @@ void ngx_master_process_cycle(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx) static void ngx_master_exit(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx) { - char *name; + u_char *name; if (ngx_inherited && getppid() > 1) { name = ctx->pid.name.data; @@ -355,7 +355,7 @@ static void ngx_master_exit(ngx_cycle_t *cycle, ngx_master_ctx_t *ctx) static void ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data) { sigset_t set; - ngx_int_t i; + ngx_uint_t i; ngx_listening_t *ls; ngx_core_conf_t *ccf; #if (NGX_THREADS) -- cgit