1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/mtools/files/patch-b
Jun Kuriyama 985736c85c Tools for manipulating MSDOS files + support 1232KB , Unicode LFN, SJIS
Submitted by:	WTANABE Junya <junya-w@remus.dti.ne.jp>
PR:		ports/4707
1998-04-28 15:19:58 +00:00

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