summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2016-10-15 14:30:36 +0000
committerkamil <kamil@NetBSD.org>2016-10-15 14:30:36 +0000
commitb7f94daef66d031fa7e5997bf8b10e3984219017 (patch)
treeb318083d5759eaccacffe2311d7d86c273920133 /lib/libc/string
parent0b0841695dde6c2ca56eaea9439d838d0eb73d00 (diff)
Add NetBSD CVS Id on top of the wcsnlen.c file
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/wcsnlen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/wcsnlen.c b/lib/libc/string/wcsnlen.c
index df3b362384d..fd21d0e509a 100644
--- a/lib/libc/string/wcsnlen.c
+++ b/lib/libc/string/wcsnlen.c
@@ -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>