diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-15 14:09:12 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-15 14:09:12 +0000 |
commit | 36a3b0416e0bed61d78e44f119cdafb1fde941ba (patch) | |
tree | dff1ddff9f1235e29fd60df4062f605b77e08739 /doc/doc-txt | |
parent | 7816e25460a991aae1ec3be1e6bcba09b4756e1f (diff) |
Renamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem in AIX.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cdd74fbda..fb88fa9e1 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.90 2005/03/15 12:27:54 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.91 2005/03/15 14:09:12 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -40,6 +40,9 @@ PH/04. Change 4.11/85 fixed an obscure bug concerned with addresses that are certain circumstances this could lead to multiple deliveries to the same address. A one-line patch to add the appropriate test fixes the bug. +PH/05. Renamed the macro SOCKLEN_T as EXIM_SOCKLEN_T because AIX uses SOCKLEN_T + in its include files, and this causes problems building Exim. + A note about Exim versions 4.44 and 4.50 ---------------------------------------- |