Re: dlls/msvcrt/time.c build breakage
Oops, I mistakenly assumed daylight and timezone were available in FreeBSD too. I'll take a look this week when I get a crack at my FreeBSD box. --Juan --- Gerald Pfeifer <pfeifer(a)dbai.tuwien.ac.at> wrote:
The following change to dlls/msvcrt/time.c
revision 1.22 date: 2005/05/14 11:07:10; author: julliard; state: Exp; lines: +31 -4 Juan Lang <juan_lang(a)yahoo.com> - move _timezone to time.c, and correct its type - implement _tzset, and initialize _daylight, _timezone, and _tzname from libc values
breaks the build on FreeBSD 4.10:
time.c: In function `MSVCRT__tzset': time.c:351: error: `daylight' undeclared (first use in this function) time.c:351: error: (Each undeclared identifier is reported only once time.c:351: error: for each function it appears in.) time.c:352: warning: assignment makes integer from pointer without a cast
Would you mind fixing this?
Gerald
Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
participants (1)
-
Juan Lang