From 0c26dc54fe45d503da6c47df2598c7be63ae2ddb Mon Sep 17 00:00:00 2001 From: jmz Date: Mon, 21 Apr 1997 01:46:01 +0000 Subject: Add missing patch from the previous commit. --- emulators/mtools/files/patch-b | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emulators/mtools/files/patch-b (limited to 'emulators') 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; -- cgit