From 45890ea8c13a561fe3fd66bf639ad429f3c18846 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 13 Nov 2003 16:16:33 +0000 Subject: nginx-0.0.1-2003-11-13-19:16:33 import --- src/os/unix/ngx_time.h | 3 +++ 1 file changed, 3 insertions(+) (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 d942900df..b8c642283 100644 --- a/src/os/unix/ngx_time.h +++ b/src/os/unix/ngx_time.h @@ -20,7 +20,10 @@ typedef struct tm ngx_tm_t; #define ngx_tm_mon tm_mon #define ngx_tm_year tm_year #define ngx_tm_wday tm_wday + +#ifndef SOLARIS #define ngx_tm_zone tm_zone +#endif void ngx_localtime(ngx_tm_t *tm); -- cgit