Module Name: src
Committed By: apb
Date: Fri Mar 2 16:22:27 UTC 2012
Modified Files:
src/common/lib/libc/string: memset2.c
Log Message:
remove trailing white space
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/common/lib/libc/string/memset2.c:1.5
--- src/common/lib/libc/string/memset2.c:1.4 Fri Mar 2 16:19:15 2012
+++ src/common/lib/libc/string/memset2.c Fri Mar 2 16:22:27 2012
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: memset2.c,v 1.4 2012/03/02 16:19:15 apb Exp $");
+__RCSID("$NetBSD: memset2.c,v 1.5 2012/03/02 16:22:27 apb Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>