summaryrefslogtreecommitdiff
path: root/japanese/mtools/files/patch-b
blob: 20eb0ba86364b73eb02ace7f0cbaafc414231617 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;