2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Fix decl for Digital Unix

This commit is contained in:
James Brister 1999-09-09 22:28:42 +00:00
parent 9f27447cae
commit 26d88c4373
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ static struct dns_c_pvt_cntable {
isc_boolean_t debug_mem_print;
FILE *debug_mem_print_stream;
struct in6_addr in6addr_any;
const struct in6_addr in6addr_any;

View File

@ -253,7 +253,7 @@ typedef struct dns_c_addr {
extern isc_boolean_t debug_mem_print;
extern FILE *debug_mem_print_stream; /* NULL means stderr */
extern struct in6_addr in6addr_any; /* all 0 bits wildcard addr. */
extern const struct in6_addr in6addr_any; /* all 0 bits wildcard addr. */
typedef void (*dns_cfg_err_handler_t)(isc_result_t code,
const char *fmt, va_list args);