From 6a1c6faa6f0834799d7de3e77fac2ec32d923f9a Mon Sep 17 00:00:00 2001 From: anay Date: Tue, 26 Jul 2005 11:14:16 -0700 Subject: 6274683 gcc and libresolv[2] don't get along --- usr/src/lib/libresolv/res_debug.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/libresolv/res_debug.c') diff --git a/usr/src/lib/libresolv/res_debug.c b/usr/src/lib/libresolv/res_debug.c index 2b4de0981d..47a8f2c97f 100644 --- a/usr/src/lib/libresolv/res_debug.c +++ b/usr/src/lib/libresolv/res_debug.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 1996 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -48,6 +48,7 @@ extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time(); extern char *inet_ntoa(); +void fp_query(char *msg, FILE *file); char *_res_opcodes[] = { "QUERY", @@ -87,6 +88,7 @@ char *_res_resultcodes[] = { "NOCHANGE", }; +void p_query(msg) char *msg; { @@ -97,6 +99,7 @@ p_query(msg) * Print the contents of a query. * This is intended to be primarily a debugging routine. */ +void fp_query(msg, file) char *msg; FILE *file; -- cgit v1.2.3