diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-07 16:40:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-07 16:40:17 +0000 |
commit | 2b33f97aa2c37672247f55ad0d2a4fd82dcfd119 (patch) | |
tree | 24241ca04dd52d958f944416b96f34093effa9a6 /lib/libc/arch/sparc/string/bzero.S | |
parent | 5bb3f4a03bbd394e6b0d3d5c336dc9b3023b5811 (diff) |
zap rcsid.
okay deraadt@ (tested them all)
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" /* |