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

This commit is contained in:
kamil 2016-10-15 14:30:36 +00:00
parent ea5cf14493
commit cc5d581159
1 changed files with 3 additions and 1 deletions

View File

@ -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>