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 f0d99f1569db1..4d248700bb132 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * rindex(s, c) |