note removal of <isc/util.h> from other header files

(cherry picked from commit 9e5439a6d8)
This commit is contained in:
Mark Andrews
2017-10-20 10:27:08 +11:00
parent 659b66eb54
commit ff08ac42f7
+10
View File
@@ -261,6 +261,16 @@
in the answer and authority sections. [RT #45140]
</para>
</listitem>
<item>
<para>
Some header files included &lt;isc/util.h&gt; incorrectly as
it pollutes with namespace with non ISC_ macros and this should
only be done by explicitly including &lt;isc/util.h&gt;. This
has been corrected. Some code made depend on &lt;isc/util.h&gt;
being implicitly included via other header files. Such
code should explicitly include &lt;isc/util.h&gt;.
</para>
</item>
</itemizedlist>
</section>