summaryrefslogtreecommitdiff
path: root/japanese/mtools/files/patch-b
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mtools/files/patch-b')
-rw-r--r--japanese/mtools/files/patch-b13
1 files changed, 0 insertions, 13 deletions
diff --git a/japanese/mtools/files/patch-b b/japanese/mtools/files/patch-b
deleted file mode 100644
index 20eb0ba86364..000000000000
--- a/japanese/mtools/files/patch-b
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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;