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_query.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_query.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/lib/libc/resolv/res_query.c 2014/09/16 01:30:00 1.15 +++ src/lib/libc/resolv/res_query.c 2015/02/24 17:56:20 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: res_query.c,v 1.15 2014/09/16 01:30:00 christos Exp $ */ +/* $NetBSD: res_query.c,v 1.16 2015/02/24 17:56:20 christos Exp $ */ /* * Portions Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") @@ -29,11 +29,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -93,7 +89,7 @@ static const char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "Id: res_query.c,v 1.11 2008/11/14 02:36:51 marka Exp"; #else -__RCSID("$NetBSD: res_query.c,v 1.15 2014/09/16 01:30:00 christos Exp $"); +__RCSID("$NetBSD: res_query.c,v 1.16 2015/02/24 17:56:20 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */