diff options
Diffstat (limited to 'lib/libc/arch/i386/string/strcpy.S')
-rw-r--r-- | lib/libc/arch/i386/string/strcpy.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/i386/string/strcpy.S b/lib/libc/arch/i386/string/strcpy.S index 630aff72314..341eb6c39a9 100644 --- a/lib/libc/arch/i386/string/strcpy.S +++ b/lib/libc/arch/i386/string/strcpy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcpy.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. @@ -12,11 +13,6 @@ #NO_APP #endif -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strcpy.S,v 1.7 2005/03/25 22:22:30 kettenis Exp $" -#endif - /* * NOTE: I've unrolled the loop eight times: large enough to make a * significant difference, and small enough not to totally trash the |