From d6b2a407783dbbd6c9680601da005de0bb0ff37d Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 17 Jun 2002 09:45:15 +0000 Subject: Commit the new time stuff, even though I haven't made it threadsafe yet. At least people can play with it. Also, fix a buglet in setenv.c. --- include/time.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h index 08ee502e5..bd86b40ee 100644 --- a/include/time.h +++ b/include/time.h @@ -127,6 +127,7 @@ struct tm int tm_yday; /* Days in year.[0-365] */ int tm_isdst; /* DST. [-1/0/1]*/ +#if 0 # ifdef __USE_BSD long int tm_gmtoff; /* Seconds east of UTC. */ __const char *tm_zone; /* Timezone abbreviation. */ @@ -134,6 +135,7 @@ struct tm long int __tm_gmtoff; /* Seconds east of UTC. */ __const char *__tm_zone; /* Timezone abbreviation. */ # endif +#endif }; -- cgit v1.2.3