diff options
Diffstat (limited to 'lib/libc/arch/m68k/string/memset.S')
-rw-r--r-- | lib/libc/arch/m68k/string/memset.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/m68k/string/memset.S b/lib/libc/arch/m68k/string/memset.S index 57d5a4242af..ce5807e09a5 100644 --- a/lib/libc/arch/m68k/string/memset.S +++ b/lib/libc/arch/m68k/string/memset.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memset.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memset.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* * This is probably not the best we can do, but it is still much * faster than the C version in the portable gen directory. |