From ff08ac42f7fb3a2ac611cbac8df7bc28d93c8de4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 20 Oct 2017 10:25:45 +1100 Subject: [PATCH] note removal of from other header files (cherry picked from commit 9e5439a6d897f90fd12e09dd1cd81b37c1de96bc) --- doc/arm/notes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 47700a38b3..dea0cb9ca3 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -261,6 +261,16 @@ in the answer and authority sections. [RT #45140] + + + 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>. + +