Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/string Add NetBSD CVS Id on top of the wcsnlen.c file



details:   https://anonhg.NetBSD.org/src/rev/b36ab2ffacfd
branches:  trunk
changeset: 348342:b36ab2ffacfd
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Oct 15 14:30:36 2016 +0000

description:
Add NetBSD CVS Id on top of the wcsnlen.c file

diffstat:

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

diffs (18 lines):

diff -r 48f5a795a764 -r b36ab2ffacfd lib/libc/string/wcsnlen.c
--- a/lib/libc/string/wcsnlen.c Sat Oct 15 14:25:31 2016 +0000
+++ b/lib/libc/string/wcsnlen.c Sat Oct 15 14:30:36 2016 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: wcsnlen.c,v 1.2 2016/10/15 14:30:36 kamil Exp $        */
+
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -28,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: wcsnlen.c,v 1.1 2016/10/15 14:22:00 kamil Exp $");
+__RCSID("$NetBSD: wcsnlen.c,v 1.2 2016/10/15 14:30:36 kamil Exp $");
 
 #include <assert.h>
 #include <wchar.h>



Home | Main Index | Thread Index | Old Index