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
1998-05-07 01:59:27 +00:00

14 lines
294 B
Plaintext

--- file.c.orig Wed May 6 21:59:40 1998
+++ file.c Wed May 6 22:00:24 1998
@@ -295,8 +295,10 @@
#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;