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 223d55d692360..1640104278e25 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 2004/11/09 16:49:14 cognet Exp $"); /* * ffs - find first set bit, this algorithm isolates the first set |