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/nameser/ns_name.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/nameser/ns_name.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/lib/libc/nameser/ns_name.c 2007/03/30 20:23:03 1.5 +++ src/lib/libc/nameser/ns_name.c 2008/06/21 20:41:48 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: ns_name.c,v 1.5 2007/03/30 20:23:03 ghen Exp $ */ +/* $NetBSD: ns_name.c,v 1.6 2008/06/21 20:41:48 christos Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -20,9 +20,9 @@ #include #ifndef lint #ifdef notdef -static const char rcsid[] = "Id: ns_name.c,v 1.8.18.2 2005/04/27 05:01:08 sra Exp"; +static const char rcsid[] = "Id: ns_name.c,v 1.10 2005/04/27 04:56:40 sra Exp"; #else -__RCSID("$NetBSD: ns_name.c,v 1.5 2007/03/30 20:23:03 ghen Exp $"); +__RCSID("$NetBSD: ns_name.c,v 1.6 2008/06/21 20:41:48 christos Exp $"); #endif #endif