diff options
Diffstat (limited to 'lib/libc/arch/i386/string/memmove.S')
-rw-r--r-- | lib/libc/arch/i386/string/memmove.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/i386/string/memmove.S b/lib/libc/arch/i386/string/memmove.S index a0a2a16c390..c5bfd19b1d0 100644 --- a/lib/libc/arch/i386/string/memmove.S +++ b/lib/libc/arch/i386/string/memmove.S @@ -1,7 +1,3 @@ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memmove.S,v 1.2 1996/08/19 08:13:07 tholo Exp $" -#endif - +/* $OpenBSD: memmove.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */ #define MEMMOVE #include "bcopy.S" |