aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-21 09:46:01 +0800
committerjmz <jmz@FreeBSD.org>1997-04-21 09:46:01 +0800
commit0c26dc54fe45d503da6c47df2598c7be63ae2ddb (patch)
treecb2e8c4e3fb141a96a773d320bb624b24bdc1e25 /emulators
parent86b633d10eac2389f12acf5900f7d20f2dcaf4c9 (diff)
downloadfreebsd-ports-graphics-0c26dc54fe45d503da6c47df2598c7be63ae2ddb.tar.gz
freebsd-ports-graphics-0c26dc54fe45d503da6c47df2598c7be63ae2ddb.tar.zst
freebsd-ports-graphics-0c26dc54fe45d503da6c47df2598c7be63ae2ddb.zip
Add missing patch from the previous commit.
Diffstat (limited to 'emulators')
-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 00000000000..70a30340a89
--- /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;