diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-08 23:57:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-09 00:05:58 +0000 |
commit | dfe7d917154afce0e4016a60f142bd540677930f (patch) | |
tree | bd433f1c4d777ca2c09d6cc0c1736d9de5503e55 /doc | |
parent | dc8091e7b9eb80b77699ac59de3f39eedef65c04 (diff) |
Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578
Broken-by: bc3c7bb7d4ab
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a36633d21..d36b731cd 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -190,6 +190,10 @@ JH/46 Multiple issues raised by Coverity. Some were obvious or plausible bugs. Many were false-positives and ignorable, but it's worth fixing the former class. +JH/47 Fix build on HP-UX and older Solaris, which need (un)setenv now also + for the new environment-manipulation done at startup. Move the routines + from being local to tls.c to being global via the os.c file. + Exim version 4.86 |