blob: 70a30340a8947c0644367886b273ec0266dc3218 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** file.c~ Fri Apr 4 22:08:01 1997
--- file.c Fri Apr 18 04:51:07 1997
***************
*** 201,208 ****
--- 201,210 ----
#ifdef HAVE_TZSET
{
#ifndef ultrix
+ #ifndef __FreeBSD__
/* Ultrix defines this to be a different type */
extern long timezone;
+ #endif
#endif
tzset();
tzone = (long) timezone;
|