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.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_debug.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/lib/libc/resolv/res_debug.c 2015/02/24 17:56:20 1.14 +++ src/lib/libc/resolv/res_debug.c 2018/12/13 08:45:29 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: res_debug.c,v 1.14 2015/02/24 17:56:20 christos Exp $ */ +/* $NetBSD: res_debug.c,v 1.15 2018/12/13 08:45:29 maya Exp $ */ /* * Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") @@ -97,7 +97,7 @@ static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "Id: res_debug.c,v 1.19 2009/02/26 11:20:20 tbox Exp"; #else -__RCSID("$NetBSD: res_debug.c,v 1.14 2015/02/24 17:56:20 christos Exp $"); +__RCSID("$NetBSD: res_debug.c,v 1.15 2018/12/13 08:45:29 maya Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -126,12 +126,6 @@ __RCSID("$NetBSD: res_debug.c,v 1.14 201 #include "port_after.h" -#ifdef SPRINTF_CHAR -# define SPRINTF(x) strlen(sprintf/**/x) -#else -# define SPRINTF(x) sprintf x -#endif - extern const char *_res_opcodes[]; extern const char *_res_sectioncodes[];