# HG changeset patch # User Igor Sysoev # Date 1079364371 0 # Node ID 0750faf8d7e36c56cd37763709aec576c496c4b3 # Parent f81d075ad172e9e644458b46fc4b13f96df7adef nginx-0.0.2-2004-03-15-18:26:11 import diff --git a/src/core/nginx.c b/src/core/nginx.c --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -100,16 +100,7 @@ ngx_atomic_t ngx_connection_counter; ngx_int_t ngx_process; ngx_pid_t ngx_pid; ngx_pid_t ngx_new_binary; - ngx_int_t ngx_inherited; -ngx_int_t ngx_reap; -ngx_int_t ngx_timer; -ngx_int_t ngx_terminate; -ngx_int_t ngx_quit; -ngx_int_t ngx_noaccept; -ngx_int_t ngx_reconfigure; -ngx_int_t ngx_reopen; -ngx_int_t ngx_change_binary; int main(int argc, char *const *argv) diff --git a/src/http/modules/ngx_http_gzip_filter.c b/src/http/modules/ngx_http_gzip_filter.c --- a/src/http/modules/ngx_http_gzip_filter.c +++ b/src/http/modules/ngx_http_gzip_filter.c @@ -561,7 +561,7 @@ static void ngx_http_gzip_filter_free(vo static char *ngx_http_gzip_log_ratio(ngx_http_request_t *r, char *buf, uintptr_t data) { - int zint, zfrac; + u_int zint, zfrac; ngx_http_gzip_ctx_t *ctx; ctx = ngx_http_get_module_ctx(r, ngx_http_gzip_filter_module);