From 7300977320e04280c13d4d89a279f75af9c5f893 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 6 Feb 2003 17:21:13 +0000 Subject: nginx-0.0.1-2003-02-06-20:21:13 import --- src/os/unix/ngx_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/unix/ngx_time.h') diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h index fac71adf4..5cd791d0e 100644 --- a/src/os/unix/ngx_time.h +++ b/src/os/unix/ngx_time.h @@ -5,7 +5,7 @@ #include typedef u_int ngx_msec_t; -#define NGX_MAX_MSEC ~0 +#define NGX_MAX_MSEC (u_int) ~0 typedef struct tm ngx_tm_t; -- cgit