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_comp.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/resolv/res_comp.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/lib/libc/resolv/res_comp.c 2012/03/13 21:13:43 1.12 +++ src/lib/libc/resolv/res_comp.c 2015/02/24 17:56:20 1.13 @@ -1,4 +1,4 @@ -/* $NetBSD: res_comp.c,v 1.12 2012/03/13 21:13:43 christos Exp $ */ +/* $NetBSD: res_comp.c,v 1.13 2015/02/24 17:56:20 christos Exp $ */ /* * Copyright (c) 1985, 1993 @@ -12,11 +12,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. * @@ -75,7 +71,7 @@ static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "Id: res_comp.c,v 1.5 2005/07/28 06:51:50 marka Exp"; #else -__RCSID("$NetBSD: res_comp.c,v 1.12 2012/03/13 21:13:43 christos Exp $"); +__RCSID("$NetBSD: res_comp.c,v 1.13 2015/02/24 17:56:20 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */