diff src/os/unix/ngx_time.h @ 104:7db96f59bc29

nginx-0.0.1-2003-06-12-09:54:39 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Jun 2003 05:54:39 +0000
parents 7ebc8b7fb816
children a8ff48d26cca
line wrap: on
line diff
--- a/src/os/unix/ngx_time.h
+++ b/src/os/unix/ngx_time.h
@@ -5,7 +5,7 @@
 #include <ngx_config.h>
 
 typedef u_int          ngx_msec_t;
-#define NGX_MAX_MSEC   (u_int) ~0
+#define NGX_MAX_MSEC   (u_int) -1
 
 typedef struct tm      ngx_tm_t;