Module Name: src Committed By: simonb Date: Mon Apr 19 01:12:10 UTC 2021
Modified Files: src/common/lib/libc/string: memset2.c Log Message: Add CVS ID line. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/string/memset2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/common/lib/libc/string/memset2.c diff -u src/common/lib/libc/string/memset2.c:1.9 src/common/lib/libc/string/memset2.c:1.10 --- src/common/lib/libc/string/memset2.c:1.9 Sat Apr 17 21:43:47 2021 +++ src/common/lib/libc/string/memset2.c Mon Apr 19 01:12:10 2021 @@ -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>