From 20cfc767ca0a0e9db71f9f32df7d62901932e57c Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 13 Sep 2013 19:29:47 +0000 Subject: Use __RCSID. --- lib/libresolv/ns_verify.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libresolv/ns_verify.c b/lib/libresolv/ns_verify.c index ddb74965b89..bf5e87f270f 100644 --- a/lib/libresolv/ns_verify.c +++ b/lib/libresolv/ns_verify.c @@ -1,4 +1,4 @@ -/* $NetBSD: ns_verify.c,v 1.2 2012/11/16 02:16:38 christos Exp $ */ +/* $NetBSD: ns_verify.c,v 1.3 2013/09/13 19:29:47 joerg Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -17,9 +17,8 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef lint -static const char rcsid[] = "Id: ns_verify.c,v 1.5 2006/03/09 23:57:56 marka Exp "; -#endif +#include +__RCSID("Id: ns_verify.c,v 1.5 2006/03/09 23:57:56 marka Exp "); /* Import. */ -- cgit