diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
commit | d7615c200c61c89d6c4f97de1e3abf99bb759de9 (patch) | |
tree | 35d8d19aca072dba63d7062d615a555693a9142a /lib/libc/arch/m68k/string/index.S | |
parent | 796010265f845625013cfa4bb2f73a26d43f30d2 (diff) |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/arch/m68k/string/index.S')
-rw-r--r-- | lib/libc/arch/m68k/string/index.S | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/libc/arch/m68k/string/index.S b/lib/libc/arch/m68k/string/index.S index d40ab74e351..0b8392c9803 100644 --- a/lib/libc/arch/m68k/string/index.S +++ b/lib/libc/arch/m68k/string/index.S @@ -1,5 +1,3 @@ -/* $NetBSD: index.S,v 1.5 1995/11/28 23:40:53 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)index.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: index.S,v 1.5 1995/11/28 23:40:53 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: index.S,v 1.3 1996/08/19 08:15:12 tholo Exp $" +#endif /* LIBC_SCCS */ #ifdef STRCHR ENTRY(strchr) |