1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/mtools/files/patch-b
Jean-Marc Zucconi 66a7d52f74 Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES
PR:		ports/4294
Submitted by:	Ian Vaudrey <i.vaudrey@cableinet.co.uk>
1997-08-13 21:02:23 +00:00

16 lines
329 B
Plaintext

*** 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 OS_ultrix
+ #ifndef __FreeBSD__
/* Ultrix defines this to be a different type */
extern long timezone;
+ #endif
#endif
tzset();
tzone = (long) timezone;