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 af4e118a6e5c..eb98367e6a63 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * ffs - find first set bit, this algorithm isolates the first set |