diff options
Diffstat (limited to 'lib/libc/arm/string/ffs.S')
-rw-r--r-- | lib/libc/arm/string/ffs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arm/string/ffs.S b/lib/libc/arm/string/ffs.S index 223d55d69236..5173f4be5a1d 100644 --- a/lib/libc/arm/string/ffs.S +++ b/lib/libc/arm/string/ffs.S @@ -30,7 +30,7 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/arm/string/ffs.S,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $"); /* * ffs - find first set bit, this algorithm isolates the first set |