aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_time.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-14 17:44:28 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-14 17:44:28 +0000
commitb3968b314f063c42f983ba70becfb9fae97651f0 (patch)
tree49334a35d59b4491c62facced5f0bdef1e434343 /src/os/unix/ngx_time.h
parenta3677248993cddbf6f406dccd313eda8759724fb (diff)
downloadnginx-b3968b314f063c42f983ba70becfb9fae97651f0.tar.gz
nginx-b3968b314f063c42f983ba70becfb9fae97651f0.zip
nginx-0.0.3-2004-04-14-21:44:28 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 45e81ea85..c84486ed5 100644
--- a/src/os/unix/ngx_time.h
+++ b/src/os/unix/ngx_time.h
@@ -8,7 +8,7 @@
typedef uint64_t ngx_epoch_msec_t;
-typedef u_int ngx_msec_t;
+typedef ngx_int_t ngx_msec_t;
#define NGX_MAX_MSEC (ngx_msec_t) -1
typedef struct tm ngx_tm_t;