summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-21 01:46:01 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-21 01:46:01 +0000
commitcbabe64200c346669ea9152519a4ee24439e96a2 (patch)
tree763aa59747ba0b8177cb88f18c30807815ed9c41 /emulators/mtools
parentNot that it matters much, but delete empty line between BUILD_DEPENDS (diff)
Add missing patch from the previous commit.
Notes
Notes: svn path=/head/; revision=6258
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/files/patch-b15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b
new file mode 100644
index 000000000000..70a30340a894
--- /dev/null
+++ b/emulators/mtools/files/patch-b
@@ -0,0 +1,15 @@
+*** 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;