2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

dns_result_t is no more. s/dns_result_t/isc_result_t/ -- more later, when I need a break.

This commit is contained in:
Michael Graff
1999-12-23 00:09:04 +00:00
parent 542189f21b
commit 3ddd814a97
131 changed files with 1299 additions and 1297 deletions

View File

@@ -126,7 +126,7 @@ static char root_ns[] =
isc_result_t
ns_rootns_init(void)
{
dns_result_t result, eresult;
isc_result_t result, eresult;
isc_buffer_t source;
size_t len;
int soacount, nscount;