diff options
author | 1996-08-19 08:10:10 +0000 | |
---|---|---|
committer | 1996-08-19 08:10:10 +0000 | |
commit | e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001 (patch) | |
tree | ae28f47ec89be7d99e138e5b76dfb015e512c6b2 /lib/libc/arch/i386/string/index.S | |
parent | Oops major {fd = 2} was doubly specified (diff) | |
download | wireguard-openbsd-e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001.tar.xz wireguard-openbsd-e9b2b68ca3a6cce2632b4a73cc801bbb6f19c001.zip |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/arch/i386/string/index.S')
-rw-r--r-- | lib/libc/arch/i386/string/index.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/i386/string/index.S b/lib/libc/arch/i386/string/index.S index 01f80b6f0d8..c4a14b66f6e 100644 --- a/lib/libc/arch/i386/string/index.S +++ b/lib/libc/arch/i386/string/index.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: index.S,v 1.8 1995/04/28 22:58:01 jtc Exp $") + .text + .asciz "$OpenBSD: index.S,v 1.2 1996/08/19 08:12:59 tholo Exp $" #endif #ifdef STRCHR |