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.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/lib/libc/resolv/res_comp.c 2007/01/27 22:26:44 1.7 +++ src/lib/libc/resolv/res_comp.c 2007/03/30 20:23:04 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: res_comp.c,v 1.7 2007/01/27 22:26:44 christos Exp $ */ +/* $NetBSD: res_comp.c,v 1.8 2007/03/30 20:23:04 ghen Exp $ */ /* * Copyright (c) 1985, 1993 @@ -75,7 +75,7 @@ static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "Id: res_comp.c,v 1.3.18.2 2005/07/28 07:38:11 marka Exp"; #else -__RCSID("$NetBSD: res_comp.c,v 1.7 2007/01/27 22:26:44 christos Exp $"); +__RCSID("$NetBSD: res_comp.c,v 1.8 2007/03/30 20:23:04 ghen Exp $"); #endif #endif /* LIBC_SCCS and not lint */