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 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libc/resolv/res_debug.h 2004/05/20 17:18:55 1.1 +++ src/lib/libc/resolv/res_debug.h 2012/03/13 21:13:43 1.2 @@ -1,4 +1,4 @@ -/* $NetBSD: res_debug.h,v 1.1 2004/05/20 17:18:55 christos Exp $ */ +/* $NetBSD: res_debug.h,v 1.2 2012/03/13 21:13:43 christos Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -29,8 +29,9 @@ # 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 #endif /* _RES_DEBUG_H_ */ +/*! \file */