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/bzero.S | |
parent | 4007bcfd7b22842aa8a9859449e32be7ca59db85 (diff) | |
download | FreeBSD-src-49328f91e2c3ec89deb8db1e0e0fa563967bdd43.zip FreeBSD-src-49328f91e2c3ec89deb8db1e0e0fa563967bdd43.tar.gz |
Use __FBSDID.
Diffstat (limited to 'lib/libc/ia64/string/bzero.S')
-rw-r--r-- | lib/libc/ia64/string/bzero.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/ia64/string/bzero.S b/lib/libc/ia64/string/bzero.S index 1d1519e1f..bd08a1a 100644 --- a/lib/libc/ia64/string/bzero.S +++ b/lib/libc/ia64/string/bzero.S @@ -27,6 +27,7 @@ */ #include <machine/asm.h> +__FBSDID("$FreeBSD$"); ENTRY(bzero, 2) |