diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-13 21:02:23 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-13 21:02:23 +0000 |
commit | 66a7d52f7415469e3c46a0cce519583a869462b3 (patch) | |
tree | f06146bb368bf7e4f8579d6e1fcd71f1cc541abe /emulators/mtools/files/patch-b | |
parent | re-arranged prerequisites: (diff) |
Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES
PR: ports/4294
Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
Notes
Notes:
svn path=/head/; revision=7577
Diffstat (limited to 'emulators/mtools/files/patch-b')
-rw-r--r-- | emulators/mtools/files/patch-b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b index 70a30340a894..93e7e6022ecc 100644 --- a/emulators/mtools/files/patch-b +++ b/emulators/mtools/files/patch-b @@ -5,7 +5,7 @@ --- 201,210 ---- #ifdef HAVE_TZSET { - #ifndef ultrix + #ifndef OS_ultrix + #ifndef __FreeBSD__ /* Ultrix defines this to be a different type */ extern long timezone; |