summaryrefslogtreecommitdiff
path: root/emulators/mtools/files/patch-b
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2005-11-17 10:28:21 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2005-11-17 10:28:21 +0000
commit7f34547c252209c8670e87d6eebd92aa78ecdfca (patch)
tree229b219d257396a921b4b629c383a12b80450eb7 /emulators/mtools/files/patch-b
parent- update to 0.11 (diff)
Upgrade to version 3.9.9.
Diffstat (limited to 'emulators/mtools/files/patch-b')
-rw-r--r--emulators/mtools/files/patch-b13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b
deleted file mode 100644
index 20eb0ba86364..000000000000
--- a/emulators/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;