diff options
Diffstat (limited to 'lib/libc/alpha/string/bzero.S')
-rw-r--r-- | lib/libc/alpha/string/bzero.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/alpha/string/bzero.S b/lib/libc/alpha/string/bzero.S index dd94200f5c028..9558040f38847 100644 --- a/lib/libc/alpha/string/bzero.S +++ b/lib/libc/alpha/string/bzero.S @@ -28,7 +28,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/alpha/string/bzero.S,v 1.2 2003/01/19 00:17:03 obrien Exp $"); LEAF(bzero,2) ble a1,bzero_done |