diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-18 16:49:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-18 16:49:00 +0000 |
commit | 222a2adf40eb25ff613c251f15032f1e39d7f609 (patch) | |
tree | 703e825cbfacdac4e1fdc73889371755bf5f68bb /src/os/unix/ngx_linux_config.h | |
parent | 0b2b4ccd2c8a31caea0ef760b55a63c2fc169838 (diff) | |
download | nginx-222a2adf40eb25ff613c251f15032f1e39d7f609.tar.gz nginx-222a2adf40eb25ff613c251f15032f1e39d7f609.zip |
nginx-0.0.1-2003-11-18-19:49:00 import
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 962d17efc..22bb7c756 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -34,7 +34,7 @@ #define OFF_FMT "%lld" #define SIZE_FMT "%d" #define SIZEX_FMT "%x" -#define TIME_FMT "%lu" +#define TIME_FMT "%ld" #define PID_FMT "%d" #define RLIM_FMT "%lu" |