diff options
Diffstat (limited to 'lib/libc/arch/sparc/string/bzero.S')
-rw-r--r-- | lib/libc/arch/sparc/string/bzero.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/sparc/string/bzero.S b/lib/libc/arch/sparc/string/bzero.S index 0192b7c02ce..cb0a6845062 100644 --- a/lib/libc/arch/sparc/string/bzero.S +++ b/lib/libc/arch/sparc/string/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bzero.S,v 1.3 2003/06/02 20:18:32 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* |