aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/rindex.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/mips/string/rindex.S')
-rw-r--r--lib/libc/mips/string/rindex.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/mips/string/rindex.S b/lib/libc/mips/string/rindex.S
index 60cbb48ba63b..e612c338f466 100644
--- a/lib/libc/mips/string/rindex.S
+++ b/lib/libc/mips/string/rindex.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/string/rindex.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)rindex.s 8.1 (Berkeley) 6/4/93")