https://bugs.exim.org/show_bug.cgi?id=1578
--- Comment #7 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/dfe7d917154afce0e4016a60f142bd540677930f commit dfe7d917154afce0e4016a60f142bd540677930f Author: Jeremy Harris <[email protected]> AuthorDate: Tue Mar 8 23:57:37 2016 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Wed Mar 9 00:05:58 2016 +0000 fix build for hp-ux and older solaris: (un)setenv. bug 1578 broken-by: bc3c7bb7d4ab ---- doc/doc-txt/ChangeLog | 4 ++++ src/OS/Makefile-Base | 2 +- src/OS/Makefile-HP-UX | 2 ++ src/OS/Makefile-SunOS5 | 2 ++ src/OS/os.c-HP-UX | 14 ++++++++++++++ src/OS/os.c-SunOS5 | 16 ++++++++++++++++ src/OS/os.h-HP-UX | 1 - src/src/setenv.c | 8 ++++---- src/src/tls.c | 23 ++++++++++------------- 9 files changed, 53 insertions(+), 19 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
