diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-07 11:30:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-07 11:30:39 +0000 |
commit | cb4edda8a94ef89ed19c56053b5c007a5f03afb0 (patch) | |
tree | b6dfd2787fd40afe3a75aadff4b1c4fd4e74103a /lib/libc/arch/i386/string/swab.S | |
parent | afe87f62521fda6b6b6641b50dc7d61f05847c3a (diff) |
zap rcsid, tested there. okay deraadt@
Diffstat (limited to 'lib/libc/arch/i386/string/swab.S')
-rw-r--r-- | lib/libc/arch/i386/string/swab.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/i386/string/swab.S b/lib/libc/arch/i386/string/swab.S index def72f126f3..305586023da 100644 --- a/lib/libc/arch/i386/string/swab.S +++ b/lib/libc/arch/i386/string/swab.S @@ -1,3 +1,4 @@ +/* $OpenBSD: swab.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. @@ -5,11 +6,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: swab.S,v 1.2 1996/08/19 08:13:24 tholo Exp $" -#endif - /* * On the i486, this code is negligibly faster than the code generated * by gcc at about half the size. If my i386 databook is correct, it |