diff options
author | obrien <obrien@FreeBSD.org> | 2003-03-03 01:09:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-03-03 01:09:46 +0000 |
commit | 49328f91e2c3ec89deb8db1e0e0fa563967bdd43 (patch) | |
tree | 70e87c26ae2985ce1d9b6cd898e11883adf42a65 /lib/libc/ia64/string/bcopy.S | |
parent | 4007bcfd7b22842aa8a9859449e32be7ca59db85 (diff) | |
download | FreeBSD-src-49328f91e2c3ec89deb8db1e0e0fa563967bdd43.zip FreeBSD-src-49328f91e2c3ec89deb8db1e0e0fa563967bdd43.tar.gz |
Use __FBSDID.
Diffstat (limited to 'lib/libc/ia64/string/bcopy.S')
-rw-r--r-- | lib/libc/ia64/string/bcopy.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/ia64/string/bcopy.S b/lib/libc/ia64/string/bcopy.S index 5a2f9fd..09f5bc0 100644 --- a/lib/libc/ia64/string/bcopy.S +++ b/lib/libc/ia64/string/bcopy.S @@ -27,6 +27,7 @@ */ #include <machine/asm.h> +__FBSDID("$FreeBSD$"); /* * Not the fastest bcopy in the world. |