diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 01:59:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 01:59:27 +0000 |
commit | fcbb7e507845e79b3ccc4017ea3e4df2a4b1ccc5 (patch) | |
tree | 7dadfa47ea84bdf82e9ec1bd0d7f58d0e8b24a97 /emulators/mtools/files/patch-b | |
parent | Upgrade to 4.2e. (diff) |
Upgrade to 3.9, and portlint.
Notes
Notes:
svn path=/head/; revision=10888
Diffstat (limited to 'emulators/mtools/files/patch-b')
-rw-r--r-- | emulators/mtools/files/patch-b | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b index 93e7e6022ecc..20eb0ba86364 100644 --- a/emulators/mtools/files/patch-b +++ b/emulators/mtools/files/patch-b @@ -1,15 +1,13 @@ -*** 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 OS_ultrix -+ #ifndef __FreeBSD__ - /* Ultrix defines this to be a different type */ - extern long timezone; -+ #endif - #endif - tzset(); - tzone = (long) timezone; +--- 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; |