From bc6f9f2359ad59e04b9a178331d99dfce7d1ab93 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 23 Jul 2003 20:01:29 +0000 Subject: nginx-0.0.1-2003-07-24-00:01:29 import --- src/core/ngx_connection.h | 6 +++--- src/core/ngx_log.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 6211c5f5c..f7fa3f3fe 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -127,9 +127,9 @@ cached file size_t size; time_t mod; - char *last_mod; 'Sun, 17 Mar 2002 19:39:50 GMT' - char *etag; '"a6d08-1302-3c94f106"' - char *len; '4866' + char *last_mod; "Sun, 17 Mar 2002 19:39:50 GMT" + char *etag; ""a6d08-1302-3c94f106"" + char *len; "4866" EV_VNODE should notify by some signal if diretory tree is changed or stat if aged >= N seconds (big enough) diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 9f422d3af..8bda9e927 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -66,7 +66,7 @@ void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err, va_list args; #endif #if (WIN32) - int written; + u_int written; #endif if (log->file->fd == NGX_INVALID_FILE) { -- cgit