diff options
Diffstat (limited to 'lib/libc/i386/string/rindex.S')
-rw-r--r-- | lib/libc/i386/string/rindex.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/string/rindex.S b/lib/libc/i386/string/rindex.S index c52f6d3852a2b..914872a866b24 100644 --- a/lib/libc/i386/string/rindex.S +++ b/lib/libc/i386/string/rindex.S @@ -29,7 +29,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/i386/string/rindex.S,v 1.9.24.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); /* * rindex(s, c) |