aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_time.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-06-12 05:54:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-06-12 05:54:39 +0000
commit0915977df53c486abbc6081e1c83f9f8e7a8f111 (patch)
tree778b5191eed39b3043798423ccc23708e65f116f /src/os/unix/ngx_time.h
parent239baac646073cab7bbaf537ba2d6ca844f2c992 (diff)
downloadnginx-0915977df53c486abbc6081e1c83f9f8e7a8f111.tar.gz
nginx-0915977df53c486abbc6081e1c83f9f8e7a8f111.zip
nginx-0.0.1-2003-06-12-09:54:39 import
Diffstat (limited to 'src/os/unix/ngx_time.h')
-rw-r--r--src/os/unix/ngx_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h
index 4b5fa5949..ee5b47f9d 100644
--- 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;