Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_debug.h,v retrieving revision 1.1.1.4 retrieving revision 1.1.1.4.6.1 diff -u -p -r1.1.1.4 -r1.1.1.4.6.1 --- src/lib/libc/resolv/res_debug.h 2009/04/12 16:35:47 1.1.1.4 +++ src/lib/libc/resolv/res_debug.h 2012/04/17 00:05:22 1.1.1.4.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: res_debug.h,v 1.1.1.4 2009/04/12 16:35:47 christos Exp $ */ +/* $NetBSD: res_debug.h,v 1.1.1.4.6.1 2012/04/17 00:05:22 yamt Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -29,7 +29,7 @@ # define Dprint(cond, args) if (cond) {fprintf args;} else {} # define DprintQ(cond, args, query, size) if (cond) {\ fprintf args;\ - res_pquery(statp, query, size, stdout);\ + res_pquery(statp, (query), (int)(size), stdout);\ } else {} #endif