BIND 9.2.2-P1 is now available.

Nicholas Brealey spam at brealey.org
Thu Sep 18 21:20:48 UTC 2003


Nicholas Brealey wrote:
> Mark_Andrews at isc.org wrote:
> 
>>		BIND 9.2.2-P1 is now available.
> 
> 
> The patch seems to work fine if I stop using my ISP's forwarders but I
> needed to make one minor change to get it to compile on Solaris 9 using
> the Sun One Studio 8 C compiler.
> 
> Nick
> 
> The simple change required is:
> 
> --- bind-9.2.2/lib/dns/include/dns/view.h~      Thu Sep 18 21:02:47 2003
> +++ bind-9.2.2/lib/dns/include/dns/view.h       Thu Sep 18 21:19:31 2003
> @@ -706,7 +706,7 @@
>    *     ISC_R_NOMEMORY
>    */
> 
> -isc_boolean_t
> +isc_result_t
>   dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name);
>   /*
>    * Check if 'name' is in the delegation only table.
> 
> 

Actually I should have changed view.c INSTEAD of view.h.
Use the patch INSTEAD of the previous one:

--- bind-9.2.2/lib/dns/view.c~  Thu Sep 18 21:02:47 2003
+++ bind-9.2.2/lib/dns/view.c   Thu Sep 18 22:13:02 2003
@@ -1191,7 +1191,7 @@
         return (result);
  }

-isc_result_t
+isc_boolean_t
  dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name) {
         dns_name_t *new;
         isc_uint32_t hash;


More information about the bind-users mailing list