Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/hash Fix year.



details:   https://anonhg.NetBSD.org/src/rev/6ef496ea16b0
branches:  trunk
changeset: 781729:6ef496ea16b0
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Sep 26 22:23:30 2012 +0000

description:
Fix year.

diffstat:

 tests/lib/libc/hash/t_sha2.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6f468edf5db0 -r 6ef496ea16b0 tests/lib/libc/hash/t_sha2.c
--- a/tests/lib/libc/hash/t_sha2.c      Wed Sep 26 21:58:27 2012 +0000
+++ b/tests/lib/libc/hash/t_sha2.c      Wed Sep 26 22:23:30 2012 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: t_sha2.c,v 1.2 2010/11/03 16:10:22 christos Exp $      */
+/*     $NetBSD: t_sha2.c,v 1.3 2012/09/26 22:23:30 joerg Exp $ */
 /*-
- * Copyright (c) 20010 The NetBSD Foundation, Inc.
+ * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_sha2.c,v 1.2 2010/11/03 16:10:22 christos Exp $");
+__RCSID("$NetBSD: t_sha2.c,v 1.3 2012/09/26 22:23:30 joerg Exp $");
 
 #include <atf-c.h>
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index