From fb08281fe4730834c1265012d3cdeb558a671811 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 15 Dec 2010 13:24:00 +0000 Subject: Kil va_copy(). It isn't present on some ancient systems. --- doc/doc-txt/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/doc-txt') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 162d6c5f6..201d9616d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -98,6 +98,9 @@ PP/27 Bugzilla 1047: change the default for system_filter_user to be the Exim PP/28 Add WHITELIST_D_MACROS option to let some macros be overriden by the Exim run-time user without dropping privileges. +DW/29 Remove use of va_copy() which breaks pre-C99 systems. Duplicate the + result string, instead of calling string_vformat() twice with the same + arguments. Exim version 4.72 -- cgit v1.2.3