From: Mark Andrews Date: Thu, 19 Oct 2017 23:25:45 +0000 (+1100) Subject: note removal of from other header files X-Git-Tag: v9.12.0b2~104 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9e5439a6d897f90fd12e09dd1cd81b37c1de96bc;p=thirdparty%2Fbind9.git note removal of from other header files --- diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 1d3ddd3fc46..6272897de7e 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -683,6 +683,16 @@ leading to unconstrained memory growth. [RT #46029] + + + Some header files included <isc/util.h> incorrectly as + it pollutes with namespace with non ISC_ macros and this should + only be done by explicitly including <isc/util.h>. This + has been corrected. Some code made depend on <isc/util.h> + being implicitly included via other header files. Such + code should explicitly include <isc/util.h>. + +