Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/sparc64/string Add RCSID



details:   https://anonhg.NetBSD.org/src/rev/0b7310739e42
branches:  trunk
changeset: 785508:0b7310739e42
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 17 02:13:10 2013 +0000

description:
Add RCSID
Fix out of date comment

diffstat:

 common/lib/libc/arch/sparc64/string/memcpy.S |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 61dffe6562de -r 0b7310739e42 common/lib/libc/arch/sparc64/string/memcpy.S
--- a/common/lib/libc/arch/sparc64/string/memcpy.S      Sun Mar 17 02:12:41 2013 +0000
+++ b/common/lib/libc/arch/sparc64/string/memcpy.S      Sun Mar 17 02:13:10 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memcpy.S,v 1.1 2013/03/17 00:42:31 christos Exp $      */
+/*     $NetBSD: memcpy.S,v 1.2 2013/03/17 02:13:10 christos Exp $      */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath
@@ -24,10 +24,13 @@
  *
  */
 #include "strmacros.h"
+#if defined(LIBC_SCCS) && !defined(lint)
+RCSID("$NetBSD: memcpy.S,v 1.2 2013/03/17 02:13:10 christos Exp $")
+#endif  /* LIBC_SCCS and not lint */
 
 /*
- * kernel memcpy
- * Assumes regions do not overlap; has no useful return value.
+ * memcpy
+ * Assumes regions do not overlap;
  *
  * Must not use %g7 (see copyin/copyout above).
  */



Home | Main Index | Thread Index | Old Index