diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-23 02:44:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-23 02:44:19 +0000 |
commit | e6788c9a6d54095e6a125b88d15523e5b1d5a412 (patch) | |
tree | d03bd1b265e1f88a24488c08b42c94677d9b3b85 /lib/libc/i386/string/bcopy.S | |
parent | 2fdb91d36dafb60196705e412e96c95354ef61bc (diff) | |
download | FreeBSD-src-e6788c9a6d54095e6a125b88d15523e5b1d5a412.zip FreeBSD-src-e6788c9a6d54095e6a125b88d15523e5b1d5a412.tar.gz |
Standardize on our SCM ID style.
Diffstat (limited to 'lib/libc/i386/string/bcopy.S')
-rw-r--r-- | lib/libc/i386/string/bcopy.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/i386/string/bcopy.S b/lib/libc/i386/string/bcopy.S index d2a571e..aaa701b 100644 --- a/lib/libc/i386/string/bcopy.S +++ b/lib/libc/i386/string/bcopy.S @@ -34,8 +34,11 @@ */ #include <machine/asm.h> +__FBSDID("$FreeBSD$"); +#if 0 RCSID("$NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $") +#endif /* * (ov)bcopy (src,dst,cnt) |