BIND 9.2.2-P1 is now available.
    Nicholas Brealey 
    spam at brealey.org
       
    Thu Sep 18 20:49:55 UTC 2003
    
    
  
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.
    
    
More information about the bind-users
mailing list