diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-24 19:43:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-24 19:43:37 +0000 |
commit | aec96df1067caa058eb528d87d57f919fad988ad (patch) | |
tree | 3d142ce41f50cb5747e2027d286587c7a3d0f488 /sys | |
parent | 5fa378200911cde33c3fda709cf30845c65b5555 (diff) |
junk RCS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/libkern/arch/sparc/ffs.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/lib/libkern/arch/sparc/ffs.S b/sys/lib/libkern/arch/sparc/ffs.S index 31fd6fe8c14..9dade81b105 100644 --- a/sys/lib/libkern/arch/sparc/ffs.S +++ b/sys/lib/libkern/arch/sparc/ffs.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs.S,v 1.3 2003/06/02 23:28:09 millert Exp $ */ +/* $OpenBSD: ffs.S,v 1.4 2007/11/24 19:43:36 deraadt Exp $ */ /* $NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $ */ /* @@ -36,13 +36,6 @@ * Header: ffs.s,v 1.3 92/07/07 00:23:57 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -#ifdef notdef - .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" -#endif - .asciz "$OpenBSD: ffs.S,v 1.3 2003/06/02 23:28:09 millert Exp $" -#endif /* LIBC_SCCS and not lint */ - #include "DEFS.h" /* |