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/ffs.S | |
parent | 796010265f845625013cfa4bb2f73a26d43f30d2 (diff) |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/arch/m68k/string/ffs.S')
-rw-r--r-- | lib/libc/arch/m68k/string/ffs.S | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/libc/arch/m68k/string/ffs.S b/lib/libc/arch/m68k/string/ffs.S index 273f4541440..98b1e9842a2 100644 --- a/lib/libc/arch/m68k/string/ffs.S +++ b/lib/libc/arch/m68k/string/ffs.S @@ -1,5 +1,3 @@ -/* $NetBSD: ffs.S,v 1.5 1995/11/28 23:40:52 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: @(#)ffs.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: ffs.S,v 1.5 1995/11/28 23:40:52 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ffs.S,v 1.3 1996/08/19 08:15:11 tholo Exp $" +#endif /* LIBC_SCCS */ /* bit = ffs(value) */ |