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

eliminate compiler warnings (signed vs. unsigned)

This commit is contained in:
Bob Halley
1999-02-02 01:18:51 +00:00
parent 1c969834dc
commit fe47f41b13
5 changed files with 10 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ dns_db_t *db;
/*
* For debugging only... XXX
*/
void dump_packet(char *buf, u_int len);
void dump_packet(unsigned char *buf, u_int len);
static void
makename(isc_mem_t *mctx, char *text, dns_name_t *name, dns_name_t *origin) {