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..0d0ddee5f9b7 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.8.1 2012/03/03 06:15:13 kensmith Exp $"); /* * ffs - find first set bit, this algorithm isolates the first set |
