Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libc/string Add CVS ID line.



details:   https://anonhg.NetBSD.org/src/rev/13ee6e091042
branches:  trunk
changeset: 961433:13ee6e091042
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 19 01:12:10 2021 +0000

description:
Add CVS ID line.

diffstat:

 common/lib/libc/string/memset2.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r be03aff69702 -r 13ee6e091042 common/lib/libc/string/memset2.c
--- a/common/lib/libc/string/memset2.c  Sun Apr 18 23:05:26 2021 +0000
+++ b/common/lib/libc/string/memset2.c  Mon Apr 19 01:12:10 2021 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: memset2.c,v 1.10 2021/04/19 01:12:10 simonb Exp $      */
+
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: memset2.c,v 1.9 2021/04/17 21:43:47 mrg Exp $");
+__RCSID("$NetBSD: memset2.c,v 1.10 2021/04/19 01:12:10 simonb Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index