2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

remove various minor compilation warnings

This commit is contained in:
Bob Halley
1999-02-01 20:47:58 +00:00
parent d55fedfce0
commit 9ec6d5f03d
4 changed files with 23 additions and 3 deletions

View File

@@ -85,6 +85,12 @@ makename(isc_mem_t *mctx, char *text, dns_name_t *name, dns_name_t *origin) {
dns_name_fromregion(name, &r2);
}
/*
* XXX This will be in a .h file soon...
*/
dns_result_t
resolve_packet(dns_db_t *db, isc_buffer_t *source, isc_buffer_t *target);
/*
* Process the wire format message given in r, and return a new packet to
* transmit.
@@ -140,7 +146,7 @@ dispatch(isc_mem_t *mctx, isc_region_t *rxr, unsigned int reslen)
dump_packet(rxr->base + reslen, rxr->length - reslen);
isc_mem_stats(mctx, stdout);
/* isc_mem_stats(mctx, stdout); */
return (DNS_R_SUCCESS);
}
@@ -157,13 +163,15 @@ main(int argc, char *argv[])
unsigned int addrlen;
udp_listener_t *ludp;
tcp_listener_t *ltcp;
isc_cfgctx_t *configctx = NULL;
const char *conffile = "/etc/named.conf"; /* XXX hardwired */
dns_name_t base, *origin;
int ch;
char basetext[1000];
dns_rdatatype_t type = 2;
dns_result_t result;
#if 0
isc_cfgctx_t *configctx = NULL;
const char *conffile = "/etc/named.conf"; /* XXX hardwired */
#endif
/*+ XXX */
strcpy(basetext, "");