Module Name: src
Committed By: joerg
Date: Mon Jul 20 18:24:01 UTC 2009
Modified Files:
src/tests/lib/libc/stdlib: t_mi_vector_hash.c
Log Message:
Use __RCSID.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_mi_vector_hash.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/stdlib/t_mi_vector_hash.c
diff -u src/tests/lib/libc/stdlib/t_mi_vector_hash.c:1.1 src/tests/lib/libc/stdlib/t_mi_vector_hash.c:1.2
--- src/tests/lib/libc/stdlib/t_mi_vector_hash.c:1.1 Mon Jul 20 17:03:38 2009
+++ src/tests/lib/libc/stdlib/t_mi_vector_hash.c Mon Jul 20 18:24:01 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: t_mi_vector_hash.c,v 1.1 2009/07/20 17:03:38 joerg Exp $ */
+/* $NetBSD: t_mi_vector_hash.c,v 1.2 2009/07/20 18:24:01 joerg Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -31,6 +31,9 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: t_mi_vector_hash.c,v 1.2 2009/07/20 18:24:01 joerg Exp $");
+
#include <atf-c.h>
#include <stdlib.h>
#include <string.h>