diff options
Diffstat (limited to 'japanese/mtools/files/patch-b')
-rw-r--r-- | japanese/mtools/files/patch-b | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/japanese/mtools/files/patch-b b/japanese/mtools/files/patch-b new file mode 100644 index 000000000000..70a30340a894 --- /dev/null +++ b/japanese/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; |