Module Name:    src
Committed By:   joerg
Date:           Fri Sep 13 19:29:47 UTC 2013

Modified Files:
        src/lib/libresolv: ns_verify.c

Log Message:
Use __RCSID.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libresolv/ns_verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libresolv/ns_verify.c
diff -u src/lib/libresolv/ns_verify.c:1.2 src/lib/libresolv/ns_verify.c:1.3
--- src/lib/libresolv/ns_verify.c:1.2	Fri Nov 16 02:16:38 2012
+++ src/lib/libresolv/ns_verify.c	Fri Sep 13 19:29:47 2013
@@ -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 <sys/cdefs.h>
+__RCSID("Id: ns_verify.c,v 1.5 2006/03/09 23:57:56 marka Exp ");
 
 /* Import. */
 

Reply via email to