Module Name: src Committed By: kamil Date: Sat Oct 15 14:30:36 UTC 2016
Modified Files: src/lib/libc/string: wcsnlen.c Log Message: Add NetBSD CVS Id on top of the wcsnlen.c file To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/wcsnlen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/string/wcsnlen.c diff -u src/lib/libc/string/wcsnlen.c:1.1 src/lib/libc/string/wcsnlen.c:1.2 --- src/lib/libc/string/wcsnlen.c:1.1 Sat Oct 15 14:22:00 2016 +++ src/lib/libc/string/wcsnlen.c Sat Oct 15 14:30:36 2016 @@ -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>